Skip to content

Commit aaae9d5

Browse files
authored
Fix .clang-format file config values
1 parent c09a3a5 commit aaae9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ IndentWidth: 4
33
UseTab: Always
44
TabWidth: 4
55
BreakBeforeBraces: Custom
6-
Standard: Cpp11
6+
Standard: c++17
77
BraceWrapping:
88
AfterClass: true
9-
AfterControlStatement: false
9+
AfterControlStatement: Never
1010
AfterEnum: true
1111
AfterFunction: true
1212
AfterNamespace: true
@@ -20,7 +20,7 @@ IndentCaseLabels: false
2020
AccessModifierOffset: -4
2121
ColumnLimit: 90
2222
AllowShortFunctionsOnASingleLine: InlineOnly
23-
SortIncludes: false
23+
SortIncludes: Never
2424
IncludeCategories:
2525
- Regex: '^".*'
2626
Priority: 2

0 commit comments

Comments
 (0)