summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/.clang-format b/core/.clang-format
index edad6bd70..2fbb26713 100644
--- a/core/.clang-format
+++ b/core/.clang-format
@@ -75,3 +75,8 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 1000
PenaltyBreakTemplateDeclaration: 1000
+
+---
+Language: ObjC
+BasedOnStyle: LLVM
+DisableFormat: true