From fae14d917961cd6604b4770ea5582913912974a5 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Thu, 7 Feb 2019 01:07:12 +0300 Subject: [PATCH] Fix mistype --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c2d64e5..f5b2c0a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 -[{*.json,*.yml,.stylelintrc}]] +[{*.json,*.yml,.stylelintrc}] indent_size = 2