indent_size = 2 for yml

This commit is contained in:
scito
2022-12-29 01:59:54 +01:00
parent 1dee86668a
commit f532dc668d

View File

@@ -6,3 +6,10 @@ indent_size = 4
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[*.yml]
indent_size = 2