Removed remaining use of Grunt

This commit is contained in:
Steve Gravrock
2025-04-09 07:46:43 -07:00
parent 89f3e9449d
commit a09fdd3284
14 changed files with 284 additions and 368 deletions

View File

@@ -3,6 +3,6 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js, mjs, json, sh, yml}]
[*.{js,mjs,json,sh,yml}]
indent_style = space
indent_size = 2