diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-02-23 20:16:43 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-02-23 20:16:43 -0500 |
| commit | 128404996f697414e38e8ee2182a27c8670b347a (patch) | |
| tree | 5a7072fe142ae8de52048a756a2ff86652099655 /.clang-format | |
| parent | 7d0aad474d7d6d05d5186238a099ab515aed4c71 (diff) | |
| download | shemuvi-128404996f697414e38e8ee2182a27c8670b347a.tar.gz | |
Format: add a clang-format that doesn't bug me
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..f92c1d5 --- /dev/null +++ b/.clang-format @@ -0,0 +1,8 @@ +TabWidth: 4 +IndentWidth: 4 +UseTab: Always +AlignAfterOpenBracket: BlockIndent +AlignOperands: false +AllowShortIfStatementsOnASingleLine: true +#InsertBraces: true +ColumnLimit: 110 |
