From 67ef51c579568f25f37b2329e9975dd42ebeb565 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sun, 15 Jun 2025 10:18:23 +0200 Subject: [PATCH] Extend .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 28f2d92..b2ea527 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,7 +14,7 @@ charset = utf-8 indent_style = space indent_size = 4 -[*.{c,h}pp,tex] +[*.{c,h}pp,tex,lua,scad] indent_style = space indent_size = 2