From 2cd6eb54c8739e200ce0f6d1e8e62eecc796d656 Mon Sep 17 00:00:00 2001 From: JimQing Date: Sat, 2 May 2020 11:51:50 +0800 Subject: [PATCH] code fix --- .editorconfig | 2 +- src/App.vue | 46 +++++++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 24 deletions(-) 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 @@