Skip to content

Commit

Permalink
Update .clang-format to reflect new ZeroTier standard
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Apr 27, 2021
1 parent c456a87 commit 07b2a33
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,19 @@ SpacesInCStyleCastParentheses: 'false'
SpacesInContainerLiterals: 'true'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
UseTab: ForIndentation
UseTab: 'false'

---
Language: Cpp
Standard: Cpp03
ColumnLimit: '100'
ColumnLimit: '120'
---
Language: ObjC
ColumnLimit: '80'
ColumnLimit: '120'
---
Language: Java
ColumnLimit: '100'
ColumnLimit: '120'
---
Language: CSharp
ColumnLimit: '100'
---
Language: JavaScript
ColumnLimit: '100'
ColumnLimit: '120'
...

0 comments on commit 07b2a33

Please sign in to comment.