Skip to content

Instantly share code, notes, and snippets.

@kittinunf
Last active August 29, 2015 14:17
Show Gist options
  • Save kittinunf/7f2712bfc487cb2199ec to your computer and use it in GitHub Desktop.
Save kittinunf/7f2712bfc487cb2199ec to your computer and use it in GitHub Desktop.
BasedOnStyle: Chromium
AlignTrailingComments: true
BreakBeforeBraces: Attach
ColumnLimit: 0
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
MaxEmptyLinesToKeep: 2
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
ObjCBlockIndentWidth: 4
PointerBindsToType: false
SpacesBeforeTrailingComments: 1
TabWidth: 8
UseTab: Never
SpacesInContainerLiterals: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment