seatd/.editorconfig
Simon Ser 29a6832ca0 Add .editorconfig
Allows text editor auto-configuration.
2021-09-02 20:41:47 +02:00

8 lines
129 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8