Skip to content

Commit

Permalink
Copying clang-format from client work
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Oct 15, 2023
1 parent ff014ca commit 9551150
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ColumnLimit: 0
BraceWrapping:
AfterClass: true
AfterControlStatement: MultiLine
AfterEnum: false
AfterEnum: true
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: false
AfterUnion: true
BeforeCatch: false
BeforeElse: false
IndentBraces: false
Expand All @@ -27,4 +27,7 @@ AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
PackConstructorInitializers: CurrentLine
ObjCBlockIndentWidth: 4
---
Language: ObjC
# Obj-C specific settings go here

0 comments on commit 9551150

Please sign in to comment.