File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ MacroBlockBegin: ''
6060MacroBlockEnd : ' '
6161MaxEmptyLinesToKeep : 1
6262NamespaceIndentation : None
63- ObjCBlockIndentWidth : 2
64- ObjCSpaceAfterProperty : false
65- ObjCSpaceBeforeProtocolList : false
6663PenaltyBreakBeforeFirstCallParameter : 1
6764PenaltyBreakComment : 300
6865PenaltyBreakFirstLessLess : 120
@@ -85,4 +82,11 @@ SpacesInSquareBrackets: false
8582Standard : Cpp11
8683TabWidth : 8
8784UseTab : Never
85+ ---
86+ Language : ObjC
87+ ColumnLimit : 120
88+ AlignAfterOpenBracket : Align
89+ ObjCBlockIndentWidth : 2
90+ ObjCSpaceAfterProperty : false
91+ ObjCSpaceBeforeProtocolList : false
8892...
Original file line number Diff line number Diff line change 66 - id : check-toml
77 - id : check-yaml
88 exclude : packaging/.*
9+ args :
10+ - --allow-multiple-documents
911 - id : mixed-line-ending
1012 args : [--fix=lf]
1113 - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments