From b990c56e444891ea439d1b6ce244fd994fc6349c Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 00:53:35 +0200 Subject: [PATCH] remove markdown from the json/jsonc/css/scss column --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 4b73b1a..d804f1e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = tab indent_size = tab tab_width = 8 -[*.{md,json,jsonc,css,scss}] +[*.{json,jsonc,css,scss}] tab_width = 4 [{makefile,Makefile}]