diff --git a/frontend/.editorconfig b/frontend/.editorconfig index 7053c49..22b00fd 100644 --- a/frontend/.editorconfig +++ b/frontend/.editorconfig @@ -1,5 +1,5 @@ [*.{js,jsx,ts,tsx,vue}] -indent_style = space -indent_size = 2 +indent_style = tab +indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true