Skip to content

Instantly share code, notes, and snippets.

@allanbian1017
Last active May 19, 2018 08:20
Show Gist options
  • Save allanbian1017/87f8588e6ae3a38d51ccfa739f3d405c to your computer and use it in GitHub Desktop.
Save allanbian1017/87f8588e6ae3a38d51ccfa739f3d405c to your computer and use it in GitHub Desktop.
clang format template
---
BasedOnStyle: LLVM
Language: Cpp
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AlwaysBreakBeforeMultilineStrings: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: false
AlignEscapedNewlinesLeft: false
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: true
SpaceAfterCStyleCast: false
MaxEmptyLinesToKeep: 2
BreakBeforeBinaryOperators: NonAssignment
BreakStringLiterals: false
SortIncludes: false
ContinuationIndentWidth: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment