mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Fix .clang-format
file config values
This commit is contained in:
parent
c09a3a52ac
commit
aaae9d5a77
@ -3,10 +3,10 @@ IndentWidth: 4
|
|||||||
UseTab: Always
|
UseTab: Always
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
Standard: Cpp11
|
Standard: c++17
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterClass: true
|
AfterClass: true
|
||||||
AfterControlStatement: false
|
AfterControlStatement: Never
|
||||||
AfterEnum: true
|
AfterEnum: true
|
||||||
AfterFunction: true
|
AfterFunction: true
|
||||||
AfterNamespace: true
|
AfterNamespace: true
|
||||||
@ -20,7 +20,7 @@ IndentCaseLabels: false
|
|||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
ColumnLimit: 90
|
ColumnLimit: 90
|
||||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||||
SortIncludes: false
|
SortIncludes: Never
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^".*'
|
- Regex: '^".*'
|
||||||
Priority: 2
|
Priority: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user