Add HTML formatter: js-beautify #12
No reviewers
Labels
No labels
about page
bug
community page
documentation
donate page
duplicate
enhancement
feature page
good first issue
Google Season of Docs
help wanted
invalid
landing page
news page
question
support page
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/website#12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://www.npmjs.com/package/js-beautify
How to use:
npx js-beautify -r base.html
Разве это поможет с форматированием html шаблонов?
Да, я проверял: вставил лишний пробел перед тегом, запустил
npx js-beautify -r base.html
- пробел исчез.Да я понимаю что название про JS, но внутри он и CSS форматирует:
Годится, только в конфиг добавить
"end_with_newline": true
И прописать форматтер в
npm run format
Done. А зачем
"end_with_newline": true
?Меньше визуального мусора в диффах, гитхаб и многие тулы ругаются на отсутствие newline в конце файла.
Безопаснее везде сделать &&, тогда пока не исправятся косяки с предыдущей командой, следующая не запустится, и на выходе будет всегда валидный exit status.