Last active
October 1, 2020 03:12
-
-
Save JJL772/4d91f561729ff7b1f29819269360f3df to your computer and use it in GitHub Desktop.
Clang format for the source engine
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: '4' | |
NamespaceIndentation: All | |
PointerAlignment: Left | |
SortIncludes: 'false' | |
Standard: Cpp11 | |
TabWidth: '4' | |
UseTab: Always | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment