Skip to content

Instantly share code, notes, and snippets.

@JJL772
Last active October 1, 2020 03:12
Show Gist options
  • Save JJL772/4d91f561729ff7b1f29819269360f3df to your computer and use it in GitHub Desktop.
Save JJL772/4d91f561729ff7b1f29819269360f3df to your computer and use it in GitHub Desktop.
Clang format for the source engine
---
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