From dc3d92a792bc9b2486cf9e3ce5b4f1bbc65b61a3 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 27 Aug 2016 10:37:22 +0300 Subject: [PATCH] Add settings for yml files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dbeb07c..8ee6fe6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ insert_final_newline = true indent_style = space indent_size = 4 -[*.html] +[*.{html,yml}] indent_size = 2