🚧 Added .editorconfig defaults

This commit is contained in:
z3rOR0ne 2023-05-26 18:16:20 -07:00
parent 71a30e2323
commit b31a2d3e1a

9
editorconfig.txt Normal file
View file

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