Editor: Add editorconfig

This commit is contained in:
networkException 2022-08-15 13:11:59 +02:00
parent 47fe391384
commit 04213b3d95
No known key found for this signature in database
GPG key ID: C1F2658DC370C8FC

8
.editorconfig Normal file
View file

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