mirror of
https://github.com/klxf/eext-jiepei-helper.git
synced 2025-09-21 16:13:25 +08:00
18 lines
234 B
INI
18 lines
234 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{html,js,json,ts,css}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.txt]
|
|
insert_final_newline = false
|
|
|
|
[*.{md,yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|