From ea35a960b121eb525d9960b1d782e4577bdd999e Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Mon, 14 Apr 2025 21:12:52 +0200 Subject: [PATCH] add yml to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c908d68..7bd3308 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true max_line_length = 120 tab_width = 4 -[*.md] +[*.{md,yml}] max_line_length = 1024 indent_size = 2 tab_width = 2