mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
a4874270f7
Also fix l_client.cpp/h and remove them from whitelist
14 lines
303 B
YAML
14 lines
303 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
IndentCaseLabels: false
|
|
AccessModifierOffset: -8
|
|
ColumnLimit: 90
|
|
IncludeCategories:
|
|
- Regex: '^".*'
|
|
Priority: 2
|
|
- Regex: '^<.*'
|
|
Priority: 1
|