Improve clang-format file
FossilOrigin-Name: 2bc02cf4700f34b37d510b7b9bedf34ff005dd333cb898dbf964a24f6eefa8cb
This commit is contained in:
parent
7f42da935a
commit
28b0624e98
3 changed files with 40 additions and 26 deletions
|
@ -4,3 +4,14 @@ UseTab: ForIndentation
|
|||
BreakBeforeBraces: Linux
|
||||
AlwaysBreakAfterReturnType: AllDefinitions
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
ObjCBlockIndentWidth: 8
|
||||
ObjCSpaceAfterProperty: true
|
||||
ObjCSpaceBeforeProtocolList: true
|
||||
ObjCPropertyAttributeOrder: [
|
||||
class, direct,
|
||||
readonly, readwrite,
|
||||
nullable, nonnull, null_resettable, null_unspecified,
|
||||
assign, retain, strong, copy, weak, unsafe_unretained,
|
||||
atomic, nonatomic,
|
||||
getter, setter
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue