redict/.editorconfig
Drew DeVault 87e1e608cc Add .editorconfig
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Fixes: https://codeberg.org/redict/redict/issues/17
2024-03-23 13:44:50 +01:00

11 lines
168 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
max_line_length = 80