From bdc9a010ee88a1eebf0629dcdc7a01d400a1bb9f Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 14 Sep 2023 23:22:11 +0200 Subject: [PATCH] Don't format JS with djlint --- .config/djlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/djlintrc.json b/.config/djlintrc.json index c697359..746386b 100644 --- a/.config/djlintrc.json +++ b/.config/djlintrc.json @@ -4,6 +4,6 @@ "max_line_length": "120", "use_gitignore": true, "preserve_blank_lines": true, - "format_js": true, + "format_js": false, "format_css": true }