Update editorconfig

This commit is contained in:
Daniel Supernault 2023-02-10 02:51:59 -07:00
parent 025e685f39
commit fe9c604804
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -2,6 +2,7 @@ root = true
[*]
indent_size = 4
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true