diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-16 20:57:29 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-16 20:57:29 +0900 |
| commit | b73a789dfe2b7361d9fce7d6755d14e44f6d9d57 (patch) | |
| tree | 59e771315c64d90ff6c3f11d371b2fdbf7347ee1 /.clang-format | |
| parent | 38b5ff0cec266c7c5e423b68e8626f4a4a63d3ee (diff) | |
.clang-format: increase indent width
This significantly increases readability. This patch is pretty big so it is being done after mostly everything has settled.
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 index 594a340e..ea649c2b 100644 --- a/.clang-format +++ b/.clang-format @@ -1 +1,2 @@ ColumnLimit: 0 +IndentWidth: 4 |
