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 | d36115faff707181beff332aea3716610c7c6cb6 (patch) | |
tree | 9addfcd730c2a3451e4a98b3e10f5add252d4996 /.editorconfig | |
parent | 68c1405e07c91eb0307b5c0ec91cc6ca52d51b4a (diff) | |
download | crupest-d36115faff707181beff332aea3716610c7c6cb6.tar.gz crupest-d36115faff707181beff332aea3716610c7c6cb6.tar.bz2 crupest-d36115faff707181beff332aea3716610c7c6cb6.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 |