Merge pull request #5 from Phundrak/fix/editorconfig

Add editorconfig
This commit is contained in:
fenze 2022-05-14 20:46:04 +02:00 committed by GitHub
commit 1139278772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = tab
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
charset = utf-8
trim_trailing_whitespace = true