sle/.clang-format

9 lines
195 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: AlignWithSpaces
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 72
AlignConsecutiveMacros: true