Created
October 30, 2015 16:15
-
-
Save mmcdole/e174ba6bede7760cee11 to your computer and use it in GitHub Desktop.
Objective-C Clang Format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BasedOnStyle: Chromium | |
AlignTrailingComments: true | |
BreakBeforeBraces: Attach | |
ColumnLimit: 0 | |
IndentWidth: 4 | |
KeepEmptyLinesAtTheStartOfBlocks: false | |
ObjCBlockIndentWidth: 4 | |
ObjCSpaceAfterProperty: true | |
ObjCSpaceBeforeProtocolList: true | |
PointerBindsToType: false | |
SpacesBeforeTrailingComments: 1 | |
TabWidth: 8 | |
UseTab: Never | |
SpacesInContainerLiterals: false | |
AllowShortIfStatementsOnASingleLine: true | |
AllowShortBlocksOnASingleLine: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment