mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 10:13:51 +01:00
17 lines
363 B
Plaintext
17 lines
363 B
Plaintext
|
---
|
||
|
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
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|