Add css, less, html to editorconfig

This commit is contained in:
Cohee
2024-06-24 21:49:15 +03:00
parent cf9a5383a9
commit 508b685fdc
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js, conf, json}]
[*.{js, conf, json, css, less, html}]
charset = utf-8
indent_style = space
indent_size = 4