Add .editorconfig

Signed-off-by: Drew DeVault <sir@cmpwn.com>
Fixes: https://codeberg.org/redict/redict/issues/17
This commit is contained in:
Drew DeVault 2024-03-23 13:43:51 +01:00
parent 5cde2dd76b
commit 87e1e608cc

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
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