add jsonc to editorconfig

This commit is contained in:
2025-07-14 11:41:56 +02:00
parent 6ecd64652f
commit 4041a9bd39

View File

@@ -9,7 +9,7 @@ indent_style = tab
indent_size = tab indent_size = tab
tab_width = 8 tab_width = 8
[*.{md,json,css,scss}] [*.{md,json,jsonc,css,scss}]
tab_width = 2 tab_width = 2
[{makefile,Makefile}] [{makefile,Makefile}]