Update .editorconfig

This commit is contained in:
Aoran Zeng 2025-08-07 23:57:02 +08:00
parent fdfd1b20ce
commit 43131e3653
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -12,12 +12,21 @@ insert_final_newline = false
indent_style = space
indent_size = 2
[*.pl]
indent_size = 4
[*.{raku,rakumod,rakutest}]
indent_size = 2
[*.ps1]
indent_size = 4
[*.{sh,bash}]
indent_size = 2
[Makefile,makefile,*.{mk,make,makefile}]
indent_style = tab
[*.md]
trim_trailing_whitespace = true
# 使用 VS Code 生成文件的默认格式
[*.json]
indent_size = 4