Add html/xml/yml to editorconfig

This commit is contained in:
Anthony Rose 2024-09-16 10:42:20 +01:00
parent 257d9cb44d
commit a987394a30

View file

@ -6,3 +6,12 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.html]
indent_size = 2
[*.xml]
indent_size = 2
[*.yml]
indent_size = 2