formspeceditor/.editorconfig

10 lines
147 B
INI
Raw Normal View History

2021-07-19 23:28:22 +02:00
[*]
end_of_line = lf
[*.{lua,spec}]
charset = utf8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true