Skip to content

Instantly share code, notes, and snippets.

@EarthMessenger
Last active March 3, 2023 15:13
Show Gist options
  • Select an option

  • Save EarthMessenger/403f0395f68253de17ee71685861ce1e to your computer and use it in GitHub Desktop.

Select an option

Save EarthMessenger/403f0395f68253de17ee71685861ce1e to your computer and use it in GitHub Desktop.
my clang-format file
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 8
TabWidth: 8
BreakBeforeBraces: Mozilla
DerivePointerAlignment: false
PointerAlignment: Right
ColumnLimit: 80
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
Cpp11BracedListStyle: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment