Add EditorConfig

This commit is contained in:
Ivan R. 2023-11-06 00:31:48 +05:00
parent bb65ba4137
commit f77bc126ac
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

9
.editorconfig Normal file
View file

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