Misc: Add editorconfig

This commit is contained in:
Serial 2022-09-14 21:15:23 -04:00
parent 09a83b8c3b
commit 0f627d25c3
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false