mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Update `.editorconfig`
This commit is contained in:
parent
fdfd1b20ce
commit
43131e3653
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue