Skip to content

Instantly share code, notes, and snippets.

@planaria
Created June 30, 2017 16:40
Show Gist options
  • Save planaria/6cc22d67cf1767c408a42e3dd00cbf2d to your computer and use it in GitHub Desktop.
Save planaria/6cc22d67cf1767c408a42e3dd00cbf2d to your computer and use it in GitHub Desktop.
UseTab: Never
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Allman
NamespaceIndentation: All
AlwaysBreakTemplateDeclarations: true
MaxEmptyLinesToKeep: 1
KeepEmptyLinesAtTheStartOfBlocks: true
BreakConstructorInitializersBeforeComma: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
PointerAlignment: Left
ColumnLimit: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment