1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Don't format JS with djlint

This commit is contained in:
Mo 2023-09-14 23:22:11 +02:00
parent 6a7d9f424f
commit bdc9a010ee

View file

@ -4,6 +4,6 @@
"max_line_length": "120", "max_line_length": "120",
"use_gitignore": true, "use_gitignore": true,
"preserve_blank_lines": true, "preserve_blank_lines": true,
"format_js": true, "format_js": false,
"format_css": true "format_css": true
} }