From 38e2c39a03214a3211bde74f7cc8599b6f8e93a5 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sun, 10 Nov 2024 12:10:17 +0100 Subject: [PATCH] chore: update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ec06085..100f171 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{c,css,html,js,json,zig}] +[*.{css,html,js,json,mcss,ts,wast,zig}] charset = utf-8 end_of_line = lf indent_size = 4