1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-06-05 21:59:33 +02:00

Add .yaml to EditorConfig

This commit is contained in:
Nikita Karamov
2025-01-25 10:19:19 +01:00
parent 173e5a9447
commit 0a2252ee9e

View File

@@ -24,6 +24,6 @@ indent_size = 4
indent_style = space
trim_trailing_whitespace = false
[*.yml]
[*.{yml,yaml}]
indent_size = 2
indent_style = space