1
0
Fork 0

.editorconfig rules for YAML

This commit is contained in:
sspanak 2023-06-26 11:04:41 +03:00 committed by Dimo Karaivanov
parent eb6c3094dc
commit 9d0d94122f

View file

@ -11,3 +11,9 @@ trim_trailing_whitespace = true
[*.md] [*.md]
indent_style = space indent_style = space
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.yml]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true