]> git.mdlowis.com Git - proto/labwc.git/commitdiff
add .scd to editorconfig
authorTobias Bengfort <tobias.bengfort@posteo.de>
Sat, 20 Apr 2024 09:56:23 +0000 (11:56 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 21 Apr 2024 21:18:00 +0000 (22:18 +0100)
.editorconfig

index 98a9fb677a3cfbf6546b555f092b813a62220a7c..5a6a39b86f4f7d54c38e909bd15cdc7d5525570d 100644 (file)
@@ -1,6 +1,6 @@
 root = true
 
-[*.{c,h}]
+[*.{c,h,scd}]
 end_of_line = lf
 insert_final_newline = true
 charset = utf-8