Skip to content

Extension for VS Code to automatically format angular templates.

Notifications You must be signed in to change notification settings

hot-gmbh/angular-template-formatter

 
 

Repository files navigation

Angular Template Formatter

Extension for formatting Angular HTML templates. This extension is forked and modified to our needs. See highlights below.

Rules

  • Indent 2
  • Split rows with more than 3 elements to multiline or length > 60

Developing

Clone the repository.

Install vscode command line tools globally:

npm i -g vsce

Install dependencies

npm i

Modify the program to the needs.


Compile

npm run compile

Increase version in package.json


Create a new .vsix file:

npm run build

About

Extension for VS Code to automatically format angular templates.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Shell 0.7%