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