diff --git a/client/web/.editorconfig b/.editorconfig similarity index 61% rename from client/web/.editorconfig rename to .editorconfig index 03ec58b5..4c54bde5 100644 --- a/client/web/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ -[*.{js,jsx,ts,tsx,vue}] +[*.{rs,js,ts,vue,json,toml,svg,html,css,scss}] indent_style = tab indent_size = 4 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true -max_line_length = 100 +max_line_length = 200