Skip to content

Commit

Permalink
Fix #1006: Disable Objective-C in clang-format (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbakker-atmind committed Apr 8, 2024
1 parent 5c740c5 commit 57680a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,7 @@ SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: ForIndentation
---
Language: ObjC
DisableFormat: true
...

0 comments on commit 57680a6

Please sign in to comment.