Skip to content

Instantly share code, notes, and snippets.

@clemensg
Created November 29, 2017 10:45
Show Gist options
  • Save clemensg/be1dc3f2c4442a995cba3d8068917848 to your computer and use it in GitHub Desktop.
Save clemensg/be1dc3f2c4442a995cba3d8068917848 to your computer and use it in GitHub Desktop.
Bug 34649 - clang-format messes up comment indentations - .clang-format
BasedOnStyle: Google
IndentWidth: 2
TabWidth: 8
UseTab: Never
ContinuationIndentWidth: 4
IndentCaseLabels: true
BreakBeforeBraces: Allman
ColumnLimit: 0
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
PointerAlignment: Right
ReflowComments: false
SortIncludes: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment