Merge pull request #307 from KOLANICH/editorconfig

Added .editorconfig
This commit is contained in:
James Morris
2020-07-22 10:35:08 -04:00
committed by GitHub

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf