mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
- 파이썬, YAML 등 라이믹스의 탭 규칙을 따르면 안 되는 언어 예외선언 - 탭을 어떤 크기로 표시할 것인지는 .editorconfig에서 강제하지 않고 사용자 설정에 맡김
16 lines
228 B
INI
16 lines
228 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
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
|