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.
1 parent 494112f commit fb450dfCopy full SHA for fb450df
.clang-format
@@ -0,0 +1,27 @@
1
+---
2
+BasedOnStyle: WebKit
3
+AlignAfterOpenBracket: AlwaysBreak
4
+BinPackArguments: true
5
+BinPackParameters: false
6
+PenaltyBreakBeforeFirstCallParameter: 1
7
+AllowShortFunctionsOnASingleLine: None
8
+AllowShortIfStatementsOnASingleLine: false
9
+AllowShortLoopsOnASingleLine: false
10
+AlignEscapedNewlines: Left
11
+AlignArrayOfStructures: None
12
+PointerAlignment: Right
13
+InsertBraces: true
14
+BreakBeforeBraces: Linux
15
+BreakBeforeBinaryOperators: None
16
+KeepEmptyLinesAtTheStartOfBlocks: false
17
+IndentCaseLabels: true
18
+IndentWidth: 4
19
+UseTab: Never
20
+SortIncludes: false
21
+ColumnLimit: 80
22
+# Const always to left side.
23
+QualifierAlignment: Left
24
25
+Language: JavaScript
26
+DisableFormat: true
27
+...
0 commit comments