infrastructure/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2022-12-21 19:38:48 +00:00
root = true
[*]
indent_size = 2
charset = utf-8
2023-06-03 23:18:06 +00:00
end_of_line = lf
indent_style = space
2022-12-21 19:38:48 +00:00
insert_final_newline = true
2023-06-03 23:18:06 +00:00
trim_trailing_whitespace = true