You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
197 B
13 lines
197 B
4 years ago
|
[extractors]
|
||
|
jinja2 = i18nfix:babel_extract
|
||
|
|
||
|
[jinja2: **.j2]
|
||
|
encoding = utf-8
|
||
|
lstrip_blocks = True
|
||
|
trim_blocks = True
|
||
|
|
||
|
[jinja2: **.j2.inc]
|
||
|
encoding = utf-8
|
||
|
lstrip_blocks = True
|
||
|
ltrim_blocks = True
|