valijson/.clang-format

18 lines
364 B
Plaintext
Raw Normal View History

2022-02-12 01:13:43 +01:00
---
BasedOnStyle: LLVM
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BreakBeforeBraces: Custom
IndentWidth: 4
2022-02-13 11:38:23 +01:00
AllowShortFunctionsOnASingleLine: Empty