diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:18:56 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 16:33:19 +0800 |
commit | 5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b (patch) | |
tree | 726e6b0ec2f86a4530161e4e4e90c0632c134f5a /.editorconfig | |
parent | d201f6ef9c4b937f0ae8ee98dc291d7cfa10da92 (diff) | |
download | crupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.tar.gz crupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.tar.bz2 crupest-5aaffb5bf2e324b302b3a3fee6ffc2b9244baf8b.zip |
feat(git): use non-root and add robots.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 97c3ded..529f610 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf charset = utf-8 indent_style = space -indent_size = 2 +indent_size = 4 trim_trailing_whitespace = true [gitconfig] |