salix-front/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2022-03-24 12:33:14 +00:00
root = true
[*]
charset = utf-8
indent_style = space
2022-03-24 13:57:11 +00:00
indent_size = 4
2022-03-24 12:33:14 +00:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true