add clang-format

This commit is contained in:
Sami Samhuri 2016-06-27 10:57:02 -07:00
parent 89f0e74299
commit 4a22a68392

7
clang-format Normal file
View file

@ -0,0 +1,7 @@
BasedOnStyle: LLVM
ColumnLimit: 140
IndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
TabWidth: 4