Files
web-ide/.clang-format
Todd Fleming 088e6e14e9 cleanup
2019-09-04 18:16:45 -04:00

13 lines
321 B
YAML

BasedOnStyle: LLVM
AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AllowShortCaseLabelsOnASingleLine: true
AlwaysBreakTemplateDeclarations: true
BreakConstructorInitializers: BeforeComma
ColumnLimit: 140
IndentWidth: 4
PointerAlignment: Left
ReflowComments: false