Add editorconfig

This commit is contained in:
Félix Saparelli 2019-10-28 00:31:41 +13:00
parent d47419e385
commit 10fac30c7b
No known key found for this signature in database
GPG Key ID: 25940898BB90EA51
1 changed files with 22 additions and 0 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.toml]
indent_size = 2
[*.yml]
indent_size = 2
[*.wat]
indent_size = 2
[*.md]
indent_style = space
indent_size = 3