Update editorconfig

This commit is contained in:
Matt Godbolt
2025-08-04 09:56:45 -05:00
parent 1055430504
commit 83c2b8b019

View File

@@ -8,5 +8,8 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
[*.{yml,yaml,pug,json,css,sh}]
indent_size = 2
[Makefile]
indent_style = tab