From 9cda3d8c3d89acad46c6cb314220d4b038938852 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 28 May 2024 08:36:49 +0200 Subject: [PATCH] chore(djlint): Tweak settings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d879675..60895e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ Homepage = "https://git.dgnum.eu/DGNum/dgsi" Repository = "https://git.dgnum.eu/DGNum/dgsi" [tool.djlint] -blank_line_after_tag = "load,extends,include" +blank_line_after_tag = "load,extends" format_js = true indent = 2 max_blank_lines = 1