mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-21 23:58:51 -05:00
Add .editorconfig
Signed-off-by: Drew DeVault <sir@cmpwn.com> Fixes: https://codeberg.org/redict/redict/issues/17
This commit is contained in:
parent
5cde2dd76b
commit
87e1e608cc
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user