Skip to content

Instantly share code, notes, and snippets.

@JJL772
Last active January 11, 2021 23:09
Show Gist options
  • Save JJL772/a4f1e30474a0c5668da0c6c72bba41fd to your computer and use it in GitHub Desktop.
Save JJL772/a4f1e30474a0c5668da0c6c72bba41fd to your computer and use it in GitHub Desktop.
my very own clang format config
---
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