]> git.puffer.fish Git - matthieu/frr.git/commit
build: make clang-format ignore DEFUN/DEFPY
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 8 May 2024 19:47:14 +0000 (21:47 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 8 May 2024 19:47:14 +0000 (21:47 +0200)
commitf39761e793c75d6f345c6c28c6833f653c1f71c1
treef101aef8091163209fdb5945ac82abd4e74c52cf
parent5ed6db5e9ee6cf916a32d40ac8b573095fb240c7
build: make clang-format ignore DEFUN/DEFPY

This makes clang-format not wreck all our hand-formatted DEFUN/DEFPY
statements.  We apparently missed this option when we originally looked
at setting up the .clang-format control file...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
.clang-format