diff options
Diffstat (limited to 'third_party/git/git-gui/.gitattributes')
-rw-r--r-- | third_party/git/git-gui/.gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/git/git-gui/.gitattributes b/third_party/git/git-gui/.gitattributes new file mode 100644 index 000000000000..59cd41dbff72 --- /dev/null +++ b/third_party/git/git-gui/.gitattributes @@ -0,0 +1,5 @@ +* whitespace=indent-with-non-tab,trailing-space,space-before-tab,tabwidth=4 +* encoding=US-ASCII +git-gui.sh encoding=UTF-8 +/po/*.po encoding=UTF-8 +/GIT-VERSION-GEN eol=lf |