Skip to content

Instantly share code, notes, and snippets.

@zorchp
Created August 23, 2024 07:40
Show Gist options
  • Save zorchp/d92b054fc64696fff62a85005c90c51e to your computer and use it in GitHub Desktop.
Save zorchp/d92b054fc64696fff62a85005c90c51e to your computer and use it in GitHub Desktop.
clang-format
---
BasedOnStyle: Google
IndentWidth: 4
SortIncludes: false
AccessModifierOffset: -4
ContinuationIndentWidth: 4
AlignAfterOpenBracket: true
AlignOperands: true
AlignTrailingComments: true
MaxEmptyLinesToKeep: 2
SeparateDefinitionBlocks: Always
EmptyLineBeforeAccessModifier: LogicalBlock
SpacesBeforeTrailingComments: 1
KeepEmptyLinesAtTheStartOfBlocks: true
# AllowShortBlocksOnASingleLine: false
# AllowShortFunctionsOnASingleLine: false
# AllowShortIfStatementsOnASingleLine: false
# AllowShortLoopsOnASingleLine: false
# AllowShortCaseLabelsOnASingleLine: false
---
Language: Proto
# Don't format .proto files.
DisableFormat: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment