diff options
author | Bazarr user <[email protected]> | 2017-12-18 21:48:40 -0500 |
---|---|---|
committer | Bazarr user <[email protected]> | 2017-12-18 21:48:40 -0500 |
commit | 6b74cacda40a169c8afbfbba52c2cd9753b3cea3 (patch) | |
tree | 62c3d0bebfc5be7545166710c4d75d0944551175 /.gitattributes | |
parent | 59e2af56529776c287938e8a011bb43ed3f0e22d (diff) | |
download | bazarr-6b74cacda40a169c8afbfbba52c2cd9753b3cea3.tar.gz bazarr-6b74cacda40a169c8afbfbba52c2cd9753b3cea3.zip |
Treat tpl files as Python
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 4d2e4953c..eeec4a519 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ static/jquery/* linguist-vendored static/semantic/* linguist-vendored -*.tpl linguist-language=HTML
\ No newline at end of file +*.tpl linguist-language=Python
\ No newline at end of file |