Skip to content

Instantly share code, notes, and snippets.

@abgeana
Created April 15, 2022 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abgeana/c9830fe1eb90a4b38658286762b306c6 to your computer and use it in GitHub Desktop.
Save abgeana/c9830fe1eb90a4b38658286762b306c6 to your computer and use it in GitHub Desktop.
clang format
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: AlwaysBreak
AllowShortFunctionsOnASingleLine: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment