From 50a273f1f136dfc5f6d540e18432515e57c04af8 Mon Sep 17 00:00:00 2001 From: Musa <40173603+voyula@users.noreply.github.com> Date: Tue, 4 Aug 2020 12:54:49 +0300 Subject: [PATCH] Add Yaml Support For: https://github.com/pestphp/pest/blob/master/rector.yaml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 79c3e0d8..e8ed8f32 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,5 +14,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2