Created
July 23, 2014 05:02
-
-
Save braitom/1670e09cd1ac95f8028d to your computer and use it in GitHub Desktop.
.clang-format
This file contains 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: Google | |
ColumnLimit: 160 | |
IndentWidth: 4 | |
BreakBeforeBraces: Linux | |
ObjCSpaceAfterProperty: true | |
ObjCSpaceBeforeProtocolList: true | |
AllowShortFunctionsOnASingleLine: false | |
AllowShortLoopsOnASingleLine: false | |
AllowShortFunctionsOnASingleLine: false | |
SpacesInContainerLiterals: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment