🔧 Agregar reglas de formato para HTML/HBS

This commit is contained in:
Iván Ruvalcaba 2023-06-25 17:45:41 +01:00
parent dffbbaa6c4
commit 205f528f5f
Signed by: ivanruvalcaba
GPG Key ID: DBB4A5B917E572DE
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ trim_trailing_whitespace = true
[Makefile]
indent_style = tab
# HTML
# https://google.github.io/styleguide/htmlcssguide.xml#General_Formatting_Rules
[*.{htm,html,hbs}]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
# Markdown
[*.md]
eclint_indent_style = unset