Skip to content

Instantly share code, notes, and snippets.

@avin
Last active December 31, 2025 18:32
Show Gist options
  • Select an option

  • Save avin/8af2a36b4440c0dab6fac38898810138 to your computer and use it in GitHub Desktop.

Select an option

Save avin/8af2a36b4440c0dab6fac38898810138 to your computer and use it in GitHub Desktop.
Best Modern C++ clang-format
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
PointerAlignment: Left
Standard: Auto
FixNamespaceComments: true
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
BinPackArguments: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment