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
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
---
|
---
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
AlignConsecutiveMacros: AcrossComments
|
AlignConsecutiveMacros: AcrossComments
|
||||||
|
AllowShortEnumsOnASingleLine: false
|
||||||
AttributeMacros:
|
AttributeMacros:
|
||||||
- __aligned
|
- __aligned
|
||||||
- __deprecated
|
- __deprecated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue