mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add file type exceptions to .editorconfig
- 파이썬, YAML 등 라이믹스의 탭 규칙을 따르면 안 되는 언어 예외선언 - 탭을 어떤 크기로 표시할 것인지는 .editorconfig에서 강제하지 않고 사용자 설정에 맡김
This commit is contained in:
parent
6d58bb79f5
commit
d3843c733a
1 changed files with 7 additions and 0 deletions
|
|
@ -6,4 +6,11 @@ charset = utf-8
|
|||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.{json,yml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue