new: added .editorconfig

This commit is contained in:
Cédric Bonhomme 2021-11-01 13:51:47 +01:00
parent be3e32ef6c
commit b64d039389
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
max_line_length = 88
[*.{yml,yaml,json,js,css,html}]
indent_size = 2
[*.{md,rst}]
trim_trailing_whitespace = false