From 03d2e36e01e19129f4ad51172eb75ed70a91555c Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 30 Dec 2023 14:40:40 +0500 Subject: [PATCH] style: add rule for .vue --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 23c5834..951390a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[*.ts] +[{*.ts,*.vue}] indent_style = space indent_size = 2