From cdec5305729c461721f4bea1477bbc4df776caf0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 18 Feb 2021 15:06:29 +0100 Subject: [PATCH] Add .yaml file extension to EditorConfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b42ca8c2..edb13c8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.py] max_line_length = 79 -[*.yml] +[*.{yml,yaml}] indent_size = 2