NEDM/.clang-format

12 lines
227 B
YAML

---
BasedOnStyle: LLVM
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
IndentWidth: 4
ObjCBlockIndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlwaysBreakAfterReturnType: TopLevel
SpaceBeforeParens: Never
...