Skip to content

Instantly share code, notes, and snippets.

@jiyometrik
Last active May 6, 2023 00:37
Show Gist options
  • Save jiyometrik/12863152ac86019c046150c3d01fc317 to your computer and use it in GitHub Desktop.
Save jiyometrik/12863152ac86019c046150c3d01fc317 to your computer and use it in GitHub Desktop.
My .clang-format file for competitive programming in C++.
BasedOnStyle: Google
UseTab: ForContinuationAndIndentation
IndentWidth: 2
TabWidth: 2
ColumnLimit: 80
SpacesBeforeTrailingComments: 1
AlignTrailingComments: false
AlignEscapedNewlines: DontAlign
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment