From 52b4b34c7a20172f7968f0391a9f55bfe3b315f0 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 8 Mar 2020 17:59:44 +0000 Subject: [PATCH] Add YAML code style to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f7ea641..f427e93 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,6 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.xml] +[*.{xml,yaml,yml}] indent_style = space indent_size = 2