add .scd to editorconfig

This commit is contained in:
Tobias Bengfort 2024-04-20 11:56:23 +02:00 committed by Johan Malm
parent bc0174d849
commit a109e6e3e8

View file

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