Files
edx-platform/conf/locale/babel_third_party.cfg
2018-02-24 12:47:01 +03:30

10 lines
200 B
INI

# Use this configuration file for third-party app source trees.
[python: **.py]
input_encoding = utf-8
[django: **/templates/**.html]
input_encoding = utf-8
[reactjs: **.jsx]
input_encoding = utf-8