mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-14 08:29:32 +08:00
Update .editorconfig
This commit is contained in:
parent
fdfd1b20ce
commit
43131e3653
@ -12,12 +12,21 @@ insert_final_newline = false
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
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}]
|
[Makefile,makefile,*.{mk,make,makefile}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
# 使用 VS Code 生成文件的默认格式
|
# 使用 VS Code 生成文件的默认格式
|
||||||
[*.json]
|
[*.json]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user