Fix clang-format Columns Width
[oweals/minetest.git] / .clang-format
1 BasedOnStyle: LLVM
2 IndentWidth: 8
3 UseTab: Always
4 BreakBeforeBraces: Linux
5 AllowShortIfStatementsOnASingleLine: false
6 IndentCaseLabels: false
7 AccessModifierOffset: -8
8 ColumnLimit: 90
9 IncludeCategories:
10   - Regex:           '^".*'
11     Priority:        2
12   - Regex:           '^<.*'
13     Priority:        1