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:
Anas Nashif 2022-07-01 10:46:26 -04:00
parent 2c60426639
commit 51f9f7ca30

View file

@ -12,6 +12,7 @@
---
BasedOnStyle: LLVM
AlignConsecutiveMacros: AcrossComments
AllowShortEnumsOnASingleLine: false
AttributeMacros:
- __aligned
- __deprecated