From 2fac36dd8fd3ea9ff051ef7bd3d458f8437b093b Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Sun, 19 Nov 2023 14:47:28 +0100 Subject: [PATCH] indent for yml --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c80822b..c300dca 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,9 @@ end_of_line = crlf [*.md] trim_trailing_whitespace = false +[*.yml] +indent_size = 2 + [Makefile] indent_style = tab indent_size = 4