From d6e02c683201a4a48254d668be63e3d0fd31f60c Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Wed, 24 Mar 2021 14:02:26 -0700 Subject: [PATCH] Move .editorconfig to root for GitHub tab rendering --- client/web/.editorconfig => .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename client/web/.editorconfig => .editorconfig (61%) 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