Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 478 Bytes

GTMS-4.md

File metadata and controls

18 lines (12 loc) · 478 Bytes

GTMS-4

Template code formatting

Problem that solved by this standard

GTM doesn't have a built-in code formatter. This leads to the situation when the code in the template is not formatted in the same way. This makes it difficult to read and understand the code.

Standard description

The code in the template should be formatted using the Prettier tool.

Example of use

npx prettier --single-quote --write template.js