Skip to content

Commit 9005411

Browse files
committed
initial try
1 parent 0d24701 commit 9005411

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ BreakBeforeTernaryOperators: true
3030
BreakConstructorInitializers: AfterColon
3131
BreakInheritanceList: AfterColon
3232
BreakStringLiterals: false
33-
ColumnLimit: 59
3433
CompactNamespaces: true
3534
ConstructorInitializerAllOnOneLineOrOnePerLine: false
3635
ConstructorInitializerIndentWidth: 2

tests/.config/dev.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BasedOnStyle: InheritParentConfig
2+
ColumnLimit: 59

0 commit comments

Comments
 (0)