chore: add editorconfig

This commit is contained in:
Seth Falco 2021-08-11 23:04:48 +02:00
parent 2d4f4aae41
commit aee1584dbf
No known key found for this signature in database
GPG Key ID: DE1C217EFF01FEC8
1 changed files with 20 additions and 0 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
curly_bracket_next_line = false
spaces_around_operators = true
[*.{js,ts}]
quote_type = double
[*.{markdown,md}]
trim_trailing_whitespace = false
[*.tsv]
indent_style = tab