style: add editorconfig

Add editorconfig
This commit is contained in:
Conicaw 2023-07-05 17:31:06 -05:00
parent e89990eb77
commit e292b4e3da
No known key found for this signature in database
GPG key ID: CE0B9DEFED1E6375

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100