Skip to content

Commit

Permalink
Merge pull request #806 from NetSys/fix_clang_format
Browse files Browse the repository at this point in the history
clang-format: Remove Objective-C related options
  • Loading branch information
shinae-woo authored Jul 16, 2018
2 parents 0d9fbaf + 8f28255 commit 2aab371
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ BraceWrapping:
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
Expand Down Expand Up @@ -58,7 +56,6 @@ ForEachMacros:
- foreach
- Q_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
Expand All @@ -68,7 +65,6 @@ IncludeCategories:
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 2
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
Expand All @@ -78,10 +74,6 @@ MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCBinPackProtocolList: Auto
ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: false
PenaltyBreakAssignment: 2
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakComment: 300
Expand Down

0 comments on commit 2aab371

Please sign in to comment.