Skip to content

Commit

Permalink
clang-format: do not put enums in single line
Browse files Browse the repository at this point in the history
clang-format puts short enums in one single line, making them
unreadable.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jul 1, 2022
1 parent f00ddfe commit c416f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Expand Up @@ -12,6 +12,7 @@
---
BasedOnStyle: LLVM
AlignConsecutiveMacros: AcrossComments
AllowShortEnumsOnASingleLine: false
AttributeMacros:
- __aligned
- __deprecated
Expand Down

0 comments on commit c416f05

Please sign in to comment.