Skip to content

Commit

Permalink
Merge pull request #16407 from opensourcerouting/fix/ignore_alias_for…
Browse files Browse the repository at this point in the history
…_clang-formatter

tools: Ignore ALIAS_* macros for clang-formatter
  • Loading branch information
Jafaral authored Jul 22, 2024
2 parents 703beba + 0546572 commit 5df7159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,8 @@ WhitespaceSensitiveMacros:
- "DEFUN_YANG_NOSH"
- "DEFUNSH"
- "DEFUNSH_HIDDEN"
- "ALIAS"
- "ALIAS_HIDDEN"
- "ALIAS_YANG"
- "ALIAS_DEPRECATED"
...

0 comments on commit 5df7159

Please sign in to comment.