Skip to content

Instantly share code, notes, and snippets.

@RangHo
Created April 17, 2023 09:52
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 RangHo/f0392d5dea82468c3f9e93fd3a701311 to your computer and use it in GitHub Desktop.
Save RangHo/f0392d5dea82468c3f9e93fd3a701311 to your computer and use it in GitHub Desktop.
My `clang-format` configuration file
---
BasedOnStyle: WebKit
AlignAfterOpenBracket: BlockIndent
AlignTrailingComments: true
BinPackArguments: false
BinPackParameters: false
ColumnLimit: 100
NamespaceIndentation: None
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
UseTab: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment