Last active
May 6, 2023 00:37
-
-
Save jiyometrik/12863152ac86019c046150c3d01fc317 to your computer and use it in GitHub Desktop.
My .clang-format file for competitive programming in C++.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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