Skip to content

Instantly share code, notes, and snippets.

@jsun969
Last active October 19, 2024 10:41
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: 2
TabWidth: 2
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: WithoutElse
IndentCaseLabels: true
ColumnLimit: 0
NamespaceIndentation: All
FixNamespaceComments: false
Cpp11BracedListStyle: false
SpaceBeforeCpp11BracedList: true
DerivePointerAlignment: false
PointerAlignment: Left
InsertNewlineAtEOF: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment