mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 15:34:37 +00:00
11 lines
230 B
INI
11 lines
230 B
INI
[python: **.py]
|
|
encoding = utf-8
|
|
|
|
[jinja2: templates/**.txt]
|
|
encoding = utf-8
|
|
extensions = jinja2.ext.autoescape, jinja2.ext.with_
|
|
|
|
[jinja2: templates/**.html]
|
|
encoding = utf-8
|
|
extensions = jinja2.ext.autoescape, jinja2.ext.with_
|