Skip to content

Commit c2b81ae

Browse files
committed
fix
1 parent 5f6bf65 commit c2b81ae

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/.config/base.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Language: Cpp
2-
BasedOnStyle: Google
32
AccessModifierOffset: -2
43
AlignAfterOpenBracket: DontAlign
54
AlignConsecutiveAssignments: false

tests/.config/dev.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
Language: Cpp
3-
BasedOnStyle: file:./base.clang-format
3+
BasedOnStyle: file:base.clang-format
44
ColumnLimit: 59
55
...

tests/.config/main.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
Language: Cpp
3-
BasedOnStyle: file:./base.clang-format
3+
BasedOnStyle: file:base.clang-format
44
ColumnLimit: 0
55
...

0 commit comments

Comments
 (0)