mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-05 04:14:51 +00:00
30 lines
634 B
YAML
30 lines
634 B
YAML
|
|
- id: djlint-django
|
||
|
|
name: djLint for Django
|
||
|
|
entry: djlint --profile=django
|
||
|
|
files: "templates/.*\\.html$"
|
||
|
|
language: python
|
||
|
|
|
||
|
|
- id: djlint-jinja
|
||
|
|
name: djLint for Jinja
|
||
|
|
entry: djlint --profile=jinja
|
||
|
|
files: "\\.j2$"
|
||
|
|
language: python
|
||
|
|
|
||
|
|
- id: djlint-nunjucks
|
||
|
|
name: djLint for Nunjucks
|
||
|
|
entry: djlint --profile=nunjucks
|
||
|
|
files: "\\.njk$"
|
||
|
|
language: python
|
||
|
|
|
||
|
|
- id: djlint-handlebars
|
||
|
|
name: djLint for Handlebars/Mustache
|
||
|
|
entry: djlint --profile=handlebars
|
||
|
|
files: "\\.hbs"
|
||
|
|
language: python
|
||
|
|
|
||
|
|
- id: djlint-golang
|
||
|
|
name: djLint for Golang templates
|
||
|
|
entry: djlint --profile=golang
|
||
|
|
files: "\\.tmpl"
|
||
|
|
language: python
|