Add correct rules to yml files editor config

This commit is contained in:
Oleg Kalachev 2024-05-01 02:33:44 +03:00
parent 41a9a95747
commit cfb2e60310

View File

@ -9,3 +9,7 @@ charset = utf-8
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2