Skip to content

Commit

Permalink
Add back ability to format Objective-C code
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltabacaru committed May 10, 2024
1 parent e15aaa8 commit 889d26d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
Language: Cpp
# Don't try to format any languages not described by this file
DisableFormat: true
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignArrayOfStructures: None
Expand Down Expand Up @@ -65,7 +66,6 @@ ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DeriveLineEnding: true
DerivePointerAlignment: false
DisableFormat: false
EmptyLineAfterAccessModifier: Never
EmptyLineBeforeAccessModifier: LogicalBlock
ExperimentalAutoDetectBinPacking: false
Expand Down Expand Up @@ -191,5 +191,11 @@ WhitespaceSensitiveMacros:
- BOOST_PP_STRINGIZE
- NS_SWIFT_NAME
- CF_SWIFT_NAME
---
Language: Cpp
DisableFormat: false
---
Language: ObjC
DisableFormat: false
...

0 comments on commit 889d26d

Please sign in to comment.