From: Tobias Bengfort Date: Sat, 20 Apr 2024 09:56:23 +0000 (+0200) Subject: add .scd to editorconfig X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a109e6e3e888eea02b3126d9c20aee23016223e4;p=proto%2Flabwc.git add .scd to editorconfig --- 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