Skip to content

Instantly share code, notes, and snippets.

@araml
Last active October 2, 2018 16:59
Show Gist options
  • Save araml/0f344f1df4bb35350349085ecd0ae13e to your computer and use it in GitHub Desktop.
Save araml/0f344f1df4bb35350349085ecd0ae13e to your computer and use it in GitHub Desktop.
My clang format
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ColumnLimit: 80
IndentWidth: 4
Language: Cpp
NamespaceIndentation: All
UseTab: Never
Standard: Cpp11
AccessModifierOffset: -4
BreakBeforeBraces: Attach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment