add .scd to editorconfig

This commit is contained in:
Tobias Bengfort 2024-04-20 11:56:23 +02:00
parent 9be18f3009
commit 30b08da4e9

View file

@ -1,6 +1,6 @@
root = true
[*.{c,h}]
[*.{c,h,scd}]
end_of_line = lf
insert_final_newline = true
charset = utf-8