From 709c5bf67421350f15b347da593e198a086e1693 Mon Sep 17 00:00:00 2001 From: c0de Date: Sun, 21 Jan 2024 13:29:14 -0500 Subject: [PATCH] update editorconfig for yml files --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index b11f5b2..c685e45 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,4 +13,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[*.{yml,md}] indent_size = 2