diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-07-17 08:10:13 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-07-17 08:10:13 +0300 |
| commit | 0546572d70c34a9b810aae6d517afdb655ec299f (patch) | |
| tree | e56ec90799e084105843952e037023bc2bef16bf /.clang-format | |
| parent | 66de92184fe52dd8dbe237e6c34b5457bf465fd3 (diff) | |
tools: Ignore ALIAS_* macros for clang-formatter
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 06769c9661..7aefafa58f 100644 --- a/.clang-format +++ b/.clang-format @@ -224,4 +224,8 @@ WhitespaceSensitiveMacros: - "DEFUN_YANG_NOSH" - "DEFUNSH" - "DEFUNSH_HIDDEN" + - "ALIAS" + - "ALIAS_HIDDEN" + - "ALIAS_YANG" + - "ALIAS_DEPRECATED" ... |
