Created
August 23, 2024 07:40
-
-
Save zorchp/d92b054fc64696fff62a85005c90c51e to your computer and use it in GitHub Desktop.
clang-format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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