From 65959b25bf791ab7afeac2ffa5a29394638c688f Mon Sep 17 00:00:00 2001 From: Darren Craig Date: Tue, 3 Sep 2019 17:37:05 +0100 Subject: [PATCH] Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6f313c6ab..6537ca467 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2