Added .editorconfig to fix ide-related inconsistencies

This commit is contained in:
Olzhas Alexandrov 2020-12-08 03:22:49 -06:00
parent 1e9e7da76b
commit 21e7492492
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8