add .editorconfig

This commit is contained in:
Aminda Suomalainen ⚧ 2023-02-18 13:14:08 +02:00
parent 9806386919
commit fa55d6cfee
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

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