From f19aed20f023b95895f98faa9188c98f2132fd4a Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 8 Mar 2020 17:58:45 +0000 Subject: [PATCH] Add YAML style to .editorconfig Signed-off-by: Graham --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dd282198..8c0898f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ indent_size = 4 # noinspection EditorConfigKeyCorrectness disabled_rules = import-ordering -[*.xml] +[*.{xml,yaml,yml}] indent_style = space indent_size = 2