From e55e3c92f7061172e7d665ab8947688c4f36cc7c Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sat, 11 Feb 2023 13:33:25 -0600 Subject: [PATCH] Update .editorconfig Signed-off-by: Nathanael Esayeas --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1671c9b9..2a20f5f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.{yml,yaml}] +[*.{yml,yaml,yaml.dist}] indent_size = 2 [docker-compose.yml]