Add .editorconfig

This commit is contained in:
Simon Ser 2020-11-30 11:39:41 +01:00
parent 586c7ee336
commit ddcaf558c0
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,scd}]
max_line_length = 80