Add .editorconfig

This commit is contained in:
Foster Hangdaan 2023-06-24 13:16:11 -04:00
parent bbce6c72b7
commit e942bda453
No known key found for this signature in database
GPG key ID: AF8C8834690CE403

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
insert_final_newline = true
trim_trailing_whitespace = true