matos/.clang-format

11 lines
225 B
YAML

BasedOnStyle: LLVM
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Linux
BreakStringLiterals: false
ColumnLimit: 95
IndentCaseLabels: true
IndentWidth: 4
TabWidth: 4
UseTab: Never