Compare commits
2 commits
e499ac44cf
...
77364c22d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 77364c22d1 | |||
| 385abf37ea |
1 changed files with 12 additions and 0 deletions
12
.clang-format
Normal file
12
.clang-format
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
BasedOnStyle: None
|
||||||
|
AlignTrailingComments: true
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
|
ColumnLimit: 0
|
||||||
|
IndentWidth: 4
|
||||||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
|
ObjCSpaceAfterProperty: true
|
||||||
|
ObjCSpaceBeforeProtocolList: true
|
||||||
|
PointerBindsToType: false
|
||||||
|
SpacesBeforeTrailingComments: 1
|
||||||
|
TabWidth: 8
|
||||||
|
UseTab: Neve
|
||||||
Loading…
Add table
Reference in a new issue