Skip to content

Instantly share code, notes, and snippets.

@nabijaczleweli
Created July 1, 2015 10:30
Show Gist options
  • Save nabijaczleweli/db680f910f914b681ef3 to your computer and use it in GitHub Desktop.
Save nabijaczleweli/db680f910f914b681ef3 to your computer and use it in GitHub Desktop.
nabijaczleweli's one true code style
---
Language : Cpp
BasedOnStyle : LLVM
AlignAfterOpenBracket : true
AlignEscapedNewlinesLeft : true
AlignConsecutiveAssignments : true
AllowShortFunctionsOnASingleLine : Empty
AlwaysBreakTemplateDeclarations : true
ColumnLimit : 160
ConstructorInitializerIndentWidth : 6
IndentCaseLabels : true
MaxEmptyLinesToKeep : 2
KeepEmptyLinesAtTheStartOfBlocks : false
NamespaceIndentation : All
PointerAlignment : Middle
SpacesBeforeTrailingComments : 2
IndentWidth : 2
TabWidth : 2
UseTab : ForIndentation
SpaceBeforeParens : Never
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment