Created
April 17, 2023 09:52
-
-
Save RangHo/f0392d5dea82468c3f9e93fd3a701311 to your computer and use it in GitHub Desktop.
My `clang-format` configuration file
This file contains 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: WebKit | |
AlignAfterOpenBracket: BlockIndent | |
AlignTrailingComments: true | |
BinPackArguments: false | |
BinPackParameters: false | |
ColumnLimit: 100 | |
NamespaceIndentation: None | |
ReflowComments: true | |
SortIncludes: true | |
SortUsingDeclarations: true | |
UseTab: Never |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment