diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-03-01 20:52:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 20:52:15 -0500 |
commit | 3fbe74a1067a6e94d62a53d4df834ff425c2c64a (patch) | |
tree | ecadb88ef81a84dddae4060f7ebae8c10ced3c31 /.clang-format | |
parent | c0cc99e78ded54b6f5958ce5fd41eb88c74ebc07 (diff) | |
parent | a81e74ecfc73e27cceba863b8c780ebde51a8d47 (diff) |
Merge pull request #1 from bdunahu/bdunahu
Updated README, ccls local setup
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..39ed432 --- /dev/null +++ b/.clang-format @@ -0,0 +1,11 @@ +--- +Language: Cpp +AlignAfterOpenBracket: AlwaysBreak +AllowAllParametersOfDeclarationOnNextLine: true +BinPackParameters: false +BreakBeforeBraces: Linux +PointerAlignment: Right +ColumnLimit: 80 +IndentWidth: 4 +TabWidth: 4 +UseTab: Always
\ No newline at end of file |