From 9a4e2db0fa851017dead89c2ac88039f3b8f7ec8 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Wed, 25 Jul 2018 12:49:36 +0200 Subject: [PATCH] Missing svelte editor config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 86c7d17c7883..7b33ab559715 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ root = true [*] end_of_line = lf -[*.{js,json,ts,vue,html}] +[*.{js,json,ts,vue,svelte,html}] indent_style = space indent_size = 2