Skip to content

Instantly share code, notes, and snippets.

@jsun969
Last active February 25, 2026 09:25
Show Gist options
  • Select an option

  • Save jsun969/d58ce320470e67c73b70846370401be0 to your computer and use it in GitHub Desktop.

Select an option

Save jsun969/d58ce320470e67c73b70846370401be0 to your computer and use it in GitHub Desktop.
Clang Format Config
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -4
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: WithoutElse
IndentCaseLabels: true
ColumnLimit: 0
FixNamespaceComments: true
Cpp11BracedListStyle: true
DerivePointerAlignment: false
PointerAlignment: Left
NamespaceIndentation: None
InsertNewlineAtEOF: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment