Fix syntax error in .editorconfig

This commit is contained in:
Hornwitser 2025-07-07 22:51:15 +02:00
parent 1775fac5fd
commit ce1eab7ede

View file

@ -10,6 +10,6 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
*{.yaml,.yml}]
[*{.yaml,.yml}]
indent_size = 2
indent_style = space