Last active
January 11, 2021 23:09
-
-
Save JJL772/a4f1e30474a0c5668da0c6c72bba41fd to your computer and use it in GitHub Desktop.
my very own clang format config
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: Microsoft | |
FixNamespaceComments: true | |
IndentCaseLabels: true | |
IndentPPDirectives: BeforeHash | |
IndentWidth: 8 | |
NamespaceIndentation: All | |
PointerAlignment: Left | |
SortIncludes: false | |
Standard: Latest | |
TabWidth: 8 | |
UseTab: Always | |
AccessModifierOffset: -8 | |
AllowShortBlocksOnASingleLine: Always | |
AlignTrailingComments: true | |
AlignEscapedNewlines: Right | |
AlignConsecutiveMacros: true | |
AlignConsecutiveDeclarations: true | |
AlignConsecutiveBitFields: true | |
AlignConsecutiveAssignments: true | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment