aboutsummaryrefslogtreecommitdiff
path: root/babel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'babel.cfg')
-rw-r--r--babel.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.cfg b/babel.cfg
index 0cc0baca..f0234b32 100644
--- a/babel.cfg
+++ b/babel.cfg
@@ -1,3 +1,3 @@
[python: **.py]
[jinja2: **/templates/**.html]
-extensions=jinja2.ext.autoescape,jinja2.ext.with_ \ No newline at end of file
+extensions=jinja2.ext.autoescape,jinja2.ext.with_
bgstack15