add editorconfig

closes #41
This commit is contained in:
Caesar Schinas 2023-07-25 12:19:50 +01:00
parent dff48adf8d
commit 2ee38ab2ba
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
2 changed files with 19 additions and 4 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# https://editorconfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false