clang-format: do not put enums in single line
clang-format puts short enums in one single line, making them unreadable. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2c60426639
commit
51f9f7ca30
|
@ -12,6 +12,7 @@
|
|||
---
|
||||
BasedOnStyle: LLVM
|
||||
AlignConsecutiveMacros: AcrossComments
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
AttributeMacros:
|
||||
- __aligned
|
||||
- __deprecated
|
||||
|
|
Loading…
Reference in a new issue