From a109e6e3e888eea02b3126d9c20aee23016223e4 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Sat, 20 Apr 2024 11:56:23 +0200 Subject: [PATCH] add .scd to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 98a9fb67..5a6a39b8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{c,h}] +[*.{c,h,scd}] end_of_line = lf insert_final_newline = true charset = utf-8 -- 2.52.0