We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.clang-format
1 parent c09a3a5 commit aaae9d5Copy full SHA for aaae9d5
.clang-format
@@ -3,10 +3,10 @@ IndentWidth: 4
3
UseTab: Always
4
TabWidth: 4
5
BreakBeforeBraces: Custom
6
-Standard: Cpp11
+Standard: c++17
7
BraceWrapping:
8
AfterClass: true
9
- AfterControlStatement: false
+ AfterControlStatement: Never
10
AfterEnum: true
11
AfterFunction: true
12
AfterNamespace: true
@@ -20,7 +20,7 @@ IndentCaseLabels: false
20
AccessModifierOffset: -4
21
ColumnLimit: 90
22
AllowShortFunctionsOnASingleLine: InlineOnly
23
-SortIncludes: false
+SortIncludes: Never
24
IncludeCategories:
25
- Regex: '^".*'
26
Priority: 2
0 commit comments