Skip to content

Commit 48d37bd

Browse files
authored
Remove spaces after colon (#2507)
1 parent 0c11a53 commit 48d37bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.clang-format

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
Language: Cpp
3-
BasedOnStyle: Google
4-
IndentWidth: 2
5-
TabWidth: 2
2+
Language: Cpp
3+
BasedOnStyle: Google
4+
IndentWidth: 2
5+
TabWidth: 2
66
ContinuationIndentWidth: 4
77
AccessModifierOffset: -1 # The private/protected/public has no indent in class
8-
Standard: Cpp11
8+
Standard: Cpp11
99
AllowAllParametersOfDeclarationOnNextLine: true
1010
BinPackParameters: false
1111
BinPackArguments: false
1212
---
1313
Language: Proto
14-
BasedOnStyle: Google
15-
IndentWidth: 2
16-
TabWidth: 2
14+
BasedOnStyle: Google
15+
IndentWidth: 2
16+
TabWidth: 2
1717
ContinuationIndentWidth: 4
1818
---

0 commit comments

Comments
 (0)