Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Mar 3, 2020
1 parent 958c979 commit d148e67
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 93 deletions.
18 changes: 18 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
Language: ObjC
BasedOnStyle: google

AlignAfterOpenBracket: DontAlign
AlignOperands: false
AllowAllArgumentsOnNextLine: false
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false
BreakStringLiterals: false
ColumnLimit: 120
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
NamespaceIndentation: All
ObjCSpaceAfterProperty: true
SpacesInContainerLiterals: false
TabWidth: 2
...
Loading

0 comments on commit d148e67

Please sign in to comment.