Skip to content

Commit

Permalink
look at json and objc files too
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan.danehy@pnnl.gov committed Nov 28, 2023
1 parent 8d23442 commit 741140d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BasedOnStyle: Google
---
BasedOnStyle: Google
Language: Cpp
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: 'true'
Expand Down Expand Up @@ -32,4 +33,12 @@ Standard: Cpp11
TabWidth: '2'
UseTab: Never

---
Language: Json
# Use 100 columns for JS.
ColumnLimit: 100
---
Language: ObjC
# Use 100 columns for C#.
ColumnLimit: 100
...

0 comments on commit 741140d

Please sign in to comment.