json-schema-validator/.clang-format
Patrick Boettcher bf4cef21c3 initial commit
2016-12-23 00:04:42 +01:00

16 lines
383 B
YAML

---
BasedOnStyle: LLVM
AccessModifierOffset: -2
#AlignConsecutiveAssignments: true
#AlignConsecutiveDeclarations: true
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Linux
ColumnLimit: 0
ConstructorInitializerAllOnOneLineOrOnePerLine: true
IndentWidth: 2
ObjCBlockIndentWidth: 2
SpaceAfterCStyleCast: true
TabWidth: 2
UseTab: ForIndentation
...