booplaysgba/.editorconfig

13 lines
196 B
INI
Raw Normal View History

2021-10-30 10:17:09 +00:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2021-10-30 11:28:12 +00:00
2021-11-10 20:40:34 +00:00
[*.{yaml,yml,toml,html,svelte}]
2021-10-30 11:28:12 +00:00
indent_size = 2