style: add yaml editor config

This commit is contained in:
2026-06-23 21:20:28 +01:00
parent c00faad987
commit 0cc8ea528a
+4
View File
@@ -12,3 +12,7 @@ indent_style = space
[*.json] [*.json]
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
[*.{yml,yaml}]
indent_size = 2
indent_style = space