From 7d15435fb0d52fb00d0757e259b222ddda3eb01e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 18 Dec 2018 22:49:11 +0000 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 349cc2b8..650b9ee1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.vue] +indent_size = 2 + # Markdown customizations [*.md] trim_trailing_whitespace = false