We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35a7d7 commit f1f9f10Copy full SHA for f1f9f10
1 file changed
.clang-format
@@ -0,0 +1,11 @@
1
+BasedOnStyle: LLVM
2
+UseTab: Never
3
+IndentWidth: 4
4
+TabWidth: 4
5
+BreakBeforeBraces: Allman
6
+AllowShortIfStatementsOnASingleLine: false
7
+IndentCaseLabels: false
8
+ColumnLimit: 0
9
+AccessModifierOffset: -4
10
+NamespaceIndentation: All
11
+FixNamespaceComments: false
0 commit comments