From 1c354c20b4baba298ff3f879c5f6c4a652cb6534 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 14 Nov 2019 13:31:27 +0100 Subject: [PATCH] Editor config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6f313c6abf56..6537ca4677ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] +[*.{yml,yaml}] indent_size = 2