feat(*): Add auto-formatting settings

This commit is contained in:
2021-01-14 16:39:28 +00:00
parent 110d71a1f9
commit db7362390e
3 changed files with 41 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = null