matos/.clang-format
2020-04-27 00:13:43 +02:00

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