mirror of
https://github.com/wassname/template.git
synced 2026-06-27 16:47:30 +08:00
16 lines
221 B
INI
16 lines
221 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = spaces
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{json,yml}]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|