Update editorconfig for workflows

This commit is contained in:
Elian Doran 2024-09-11 21:44:44 +03:00
parent 8864488eac
commit b91f7d1406
No known key found for this signature in database

View File

@ -11,6 +11,10 @@ insert_final_newline = true
[*.{js,jsx,ts}]
quote_type = single
[*.{yml,yaml}]
indent_style = space
indent_size = 4
[package.json]
indent_style = space
tab_width = 4