formspec_editor-cd2025/.editorconfig
2021-07-19 23:28:22 +02:00

10 lines
147 B
INI
Executable File

[*]
end_of_line = lf
[*.{lua,spec}]
charset = utf8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true