m1n1/.clang-format

8 lines
179 B
Text
Raw Normal View History

BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: true