Skip to content

Commit 5df7159

Browse files
authored
Merge pull request FRRouting#16407 from opensourcerouting/fix/ignore_alias_for_clang-formatter
tools: Ignore ALIAS_* macros for clang-formatter
2 parents 703beba + 0546572 commit 5df7159

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,8 @@ WhitespaceSensitiveMacros:
224224
- "DEFUN_YANG_NOSH"
225225
- "DEFUNSH"
226226
- "DEFUNSH_HIDDEN"
227+
- "ALIAS"
228+
- "ALIAS_HIDDEN"
229+
- "ALIAS_YANG"
230+
- "ALIAS_DEPRECATED"
227231
...

0 commit comments

Comments
 (0)