diff options
| author | verdant <im@verdant.ee> | 2026-07-22 22:52:33 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-22 22:52:33 +0800 |
| commit | b60c5884744686f4cbc8bb9eb76137c09537aea2 (patch) | |
| tree | 0fc5cc3014967587dfe94c9e8f23d0340fdf69a3 | |
| parent | 0fb26ddd73843b37d378e02db26402f55a5e18e4 (diff) | |
| download | sf-b60c5884744686f4cbc8bb9eb76137c09537aea2.tar.gz sf-b60c5884744686f4cbc8bb9eb76137c09537aea2.zip | |
Add .clang-format
| -rw-r--r-- | .clang-format | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..3e8e967 --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +BasedOnStyle: LLVM +IndentWidth: 8 +TabWidth: 8 +UseTab: Always +BreakBeforeBraces: Linux +AllowShortIfStatementsOnASingleLine: false +ColumnLimit: 80 |
