Add editorconfig

This commit is contained in:
Pavel Prichodko 2022-02-25 14:56:28 +01:00
parent a54c49fdc7
commit 60a86107d5
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = false