Merge pull request #35 from tiosgz/editorconfig

Add an editorconfig file
This commit is contained in:
Niclas 2021-08-12 08:47:56 +00:00 committed by GitHub
commit 02e80846ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.editorconfig Normal file
View file

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