diff --git a/.editorconfig b/.editorconfig index 7053c49..a1879fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ [*.{js,jsx,ts,tsx,vue}] indent_style = space -indent_size = 2 +indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true diff --git a/src/App.vue b/src/App.vue index e673cdf..71f1c0a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@