Skip to content

Commit 741140d

Browse files
look at json and objc files too
1 parent 8d23442 commit 741140d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.clang-format

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
BasedOnStyle: Google
1+
---
2+
BasedOnStyle: Google
23
Language: Cpp
34
AlignAfterOpenBracket: Align
45
AlignConsecutiveAssignments: 'true'
@@ -32,4 +33,12 @@ Standard: Cpp11
3233
TabWidth: '2'
3334
UseTab: Never
3435

36+
---
37+
Language: Json
38+
# Use 100 columns for JS.
39+
ColumnLimit: 100
40+
---
41+
Language: ObjC
42+
# Use 100 columns for C#.
43+
ColumnLimit: 100
3544
...

0 commit comments

Comments
 (0)