tornado-nova/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2020-04-08 11:41:12 +02:00
root = true
[*]
indent_style = space
2020-04-09 21:12:45 +02:00
indent_size = 2
2020-04-08 11:41:12 +02:00
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
2020-04-09 20:38:10 +02:00
insert_final_newline = true