Add .editorconfig for non-VSCode editors

This commit is contained in:
Jag_k 2023-03-08 10:26:54 +04:00
parent 8770a49800
commit 2d497a4062
No known key found for this signature in database
GPG key ID: 74C56728B54DA29A

9
.editorconfig Normal file
View file

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