Yaml (yml) files have to be indented by spaces.
@ -8,3 +8,8 @@ root = true
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2
[*{yml,yaml}]
indent_style = space
indent_size = 2