feat(dev): Add editorconfig

This commit is contained in:
Mr Hedgehog 2022-02-15 06:09:40 -05:00
parent 771bfd95de
commit 8c389fd765
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -30,3 +30,7 @@ indent_size = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*.lua]
indent_size = 4
indent_style = space