Fix `.clang-format` file config values

This commit is contained in:
AFCMS 2023-06-29 18:57:55 +02:00 committed by GitHub
parent c09a3a52ac
commit aaae9d5a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ IndentWidth: 4
UseTab: Always
TabWidth: 4
BreakBeforeBraces: Custom
Standard: Cpp11
Standard: c++17
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterControlStatement: Never
AfterEnum: true
AfterFunction: true
AfterNamespace: true
@ -20,7 +20,7 @@ IndentCaseLabels: false
AccessModifierOffset: -4
ColumnLimit: 90
AllowShortFunctionsOnASingleLine: InlineOnly
SortIncludes: false
SortIncludes: Never
IncludeCategories:
- Regex: '^".*'
Priority: 2