10 lines
200 B
INI
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
|