We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d24701 commit 9005411Copy full SHA for 9005411
2 files changed
tests/.config/.clang-format tests/.clang-formattests/.config/.clang-format renamed to tests/.clang-format
@@ -30,7 +30,6 @@ BreakBeforeTernaryOperators: true
30
BreakConstructorInitializers: AfterColon
31
BreakInheritanceList: AfterColon
32
BreakStringLiterals: false
33
-ColumnLimit: 59
34
CompactNamespaces: true
35
ConstructorInitializerAllOnOneLineOrOnePerLine: false
36
ConstructorInitializerIndentWidth: 2
tests/.config/dev.clang-format
@@ -0,0 +1,2 @@
1
+BasedOnStyle: InheritParentConfig
2
+ColumnLimit: 59
0 commit comments