diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-15 16:53:10 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-15 17:06:43 +0900 |
| commit | 41b49137a8d11183c0d13ea32527f58f9c1a3dec (patch) | |
| tree | 4b632dd654770bc55c409f8da671c89658f84ceb /.clang-format | |
| parent | c761e1de4dcf87b9106e4f70cb89217a81aa2f9f (diff) | |
.clang-format: do not limit line length
This hard limit destroys readability in some places.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..594a340e --- /dev/null +++ b/.clang-format @@ -0,0 +1 @@ +ColumnLimit: 0 |
