sarga/.editorconfig

18 lines
255 B
INI
Raw Permalink Normal View History

2018-06-12 04:34:00 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
2019-04-09 01:01:52 +00:00
insert_final_newline = false
2018-06-12 04:34:00 +00:00
indent_style = space
indent_size = 4
2021-07-14 12:06:22 +00:00
quote_type = single
2018-06-12 04:34:00 +00:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2