mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Clang-format styles fixes since previous commit
This commit is contained in:
parent
0419552c92
commit
b4106ca58f
4 changed files with 19 additions and 6 deletions
|
@ -2,6 +2,7 @@ BasedOnStyle: LLVM
|
|||
IndentWidth: 8
|
||||
UseTab: Always
|
||||
BreakBeforeBraces: Custom
|
||||
Standard: Cpp03
|
||||
BraceWrapping:
|
||||
AfterClass: true
|
||||
AfterControlStatement: false
|
||||
|
@ -16,6 +17,8 @@ AllowShortIfStatementsOnASingleLine: false
|
|||
IndentCaseLabels: false
|
||||
AccessModifierOffset: -8
|
||||
ColumnLimit: 90
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
SortIncludes: false
|
||||
IncludeCategories:
|
||||
- Regex: '^".*'
|
||||
Priority: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue