From c3b0685ab61bfa006adb696b85c6aee23535f50b Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 14 Jul 2025 11:41:56 +0200 Subject: [PATCH] add jsonc to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d0bc34c..b335bd3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = tab indent_size = tab tab_width = 8 -[*.{md,json,css,scss}] +[*.{md,json,jsonc,css,scss}] tab_width = 2 [{makefile,Makefile}]