valijson/.clang-format
2022-02-13 05:38:23 -05:00

19 lines
379 B
YAML

---
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
ColumnLimit: 0
AllowShortFunctionsOnASingleLine: Empty