mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
13 lines
287 B
Text
13 lines
287 B
Text
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 8
|
||
|
UseTab: Always
|
||
|
BreakBeforeBraces: Linux
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
IndentCaseLabels: false
|
||
|
AccessModifierOffset: -8
|
||
|
IncludeCategories:
|
||
|
- Regex: '^".*'
|
||
|
Priority: 2
|
||
|
- Regex: '^<.*'
|
||
|
Priority: 1
|