Fix yaml syntax

This commit is contained in:
Ludvík Prokopec 2022-10-23 11:35:12 +02:00
parent bd4aae9a9d
commit 7ddf57a6a8
2 changed files with 11 additions and 2 deletions

View File

@ -8,3 +8,12 @@ indent_size = 4
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false trim_trailing_whitespace = false
quote_type = single quote_type = single
[*.yml]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
quote_type = single