From e2052fe71d4763da8a63db868a58678b2b1e3d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 20 May 2022 20:49:10 +0200 Subject: [PATCH] set indent for js on two spaces [ci-skip] --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index fe115d4c0..e266fdfcb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ max_line_length = 80 [COMMIT_EDITMSG] max_line_length = 0 + +[*.{js, vue}] +indent_size = 2 +indent_style = space \ No newline at end of file