diff --git a/.editorconfig b/.editorconfig index 8ed330c4a2..de6d5c49a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ - -root = true - -[{src,scripts}/**.{ts,json,js}] -end_of_line = crlf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space -indent_size = 4 + +root = true + +[{src,scripts}/**.{ts,json,js}] +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 4