From 09ce3ed54fb99bcd05ac4e0554e1c9aa6aa0d2d8 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Tue, 17 Jun 2025 17:20:05 -0400 Subject: [PATCH] update editorconfig --- .config/.editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/.editorconfig b/.config/.editorconfig index 14459e4..79f8bfc 100644 --- a/.config/.editorconfig +++ b/.config/.editorconfig @@ -13,14 +13,14 @@ tab_width = 3 [*.lua] max_line_length = 120 -[yaml] +[{*.yaml,*.yml}] indent_size = 2 -[json] +[*.json] indent_size = 2 tab_width = 2 indent_style = tab -[markdown] +[*.md] indent_size = 4 trim_trailing_whitespace = false \ No newline at end of file