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 | 9d9b68f8fb70dc72f34f3dd41f5811529e09789b (patch) | |
tree | 9aa05b4f86cd7a2d3aace053752fbb4431a3ca74 /.editorconfig | |
parent | 84e614d7bed2d30930344c427ff227558162d0c6 (diff) | |
download | crupest-9d9b68f8fb70dc72f34f3dd41f5811529e09789b.tar.gz crupest-9d9b68f8fb70dc72f34f3dd41f5811529e09789b.tar.bz2 crupest-9d9b68f8fb70dc72f34f3dd41f5811529e09789b.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 |