We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.clang-format
1 parent 4a35dac commit 923963eCopy full SHA for 923963e
.clang-format
@@ -10,6 +10,7 @@ AlignTrailingComments: true
10
AllowAllParametersOfDeclarationOnNextLine: true
11
AllowShortBlocksOnASingleLine: Never
12
AllowShortCaseLabelsOnASingleLine: true
13
+AllowShortEnumsOnASingleLine: false
14
AllowShortFunctionsOnASingleLine: Inline
15
AllowShortIfStatementsOnASingleLine: false
16
AllowShortLoopsOnASingleLine: false
@@ -78,7 +79,7 @@ SpacesInContainerLiterals: true
78
79
SpacesInCStyleCastParentheses: false
80
SpacesInParentheses: false
81
SpacesInSquareBrackets: false
-Standard: c++11
82
+Standard: c++17
83
TabWidth: 3
84
UseTab: Never
85
0 commit comments