From 3ba1f583e12c5c49bfcf8a81a8ad3f230c02d067 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Tue, 15 Feb 2022 21:15:57 +0300 Subject: [PATCH] editorconfig for svg --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 228325c..4db4391 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,7 +20,7 @@ indent_size = 4 indent_style = tab tab_width = 4 -[*.{css,yml,html}] +[*.{css,yml,html,svg}] indent_style = space indent_size = 2