diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-30 22:27:19 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-04-01 20:10:08 +0800 |
commit | c33d91e5e05cde0c6f890d7d2f930ece61e149ec (patch) | |
tree | eba27cdd2c4cc4730050c5def8a645a4730d64df /.editorconfig | |
parent | 50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1 (diff) | |
download | crupest-c33d91e5e05cde0c6f890d7d2f930ece61e149ec.tar.gz crupest-c33d91e5e05cde0c6f890d7d2f930ece61e149ec.tar.bz2 crupest-c33d91e5e05cde0c6f890d7d2f930ece61e149ec.zip |
migrate(ali): to ali server.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d28b4e3..4ff2eca 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,9 @@ tab_width = 8 indent_size = 2 max_line_length = 80 +[*.{sh,bash}] +indent_size = 2 + [*.{html,css,js,ts}] indent_size = 2 |