Saltar a contenido

HTML

Configuraciones

Aca se encuentran algunas recomendaciones sobre las configuraciones iniciales.

VScode

Siguiendo la guia de VScode. Pueden incluir en las configuraciones de vscode lo siguiente Ctrl+Shift+P o F1:

  "html.format.enable": true,
  "html.format.endWithNewline": true,
  "html.format.indentHandlebars": true,
  "html.format.indentInnerHtml": true,
  "html.format.maxPreserveNewLines": 1,
  "html.format.preserveNewLines": true,
  "html.format.wrapLineLength": 120,
  "html.format.wrapAttributes": "auto"

Última actualización: 9 de enero de 2023