We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f7a69 commit 5a82e64Copy full SHA for 5a82e64
1 file changed
.clang-format
@@ -0,0 +1,23 @@
1
+---
2
+BasedOnStyle: LLVM
3
+
4
+IndentWidth: 4
5
+TabWidth: 8
6
+UseTab: AlignWithSpaces
7
+BreakBeforeBraces: Linux
8
+ColumnLimit: 80
9
+IndentCaseLabels: false
10
11
+# Disable single line
12
+AllowShortFunctionsOnASingleLine: None
13
+AllowShortIfStatementsOnASingleLine: Never
14
+AllowShortBlocksOnASingleLine : false
15
+AllowShortCaseLabelsOnASingleLine: false
16
+AllowShortLoopsOnASingleLine: false
17
+AllowShortEnumsOnASingleLine: false
18
19
+# Function params
20
+AllowAllParametersOfDeclarationOnNextLine: false
21
+BinPackParameters: false
22
23
0 commit comments