diff options
Diffstat (limited to 'git-gui/.gitattributes')
-rw-r--r-- | git-gui/.gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/git-gui/.gitattributes b/git-gui/.gitattributes new file mode 100644 index 0000000000..889d58257f --- /dev/null +++ b/git-gui/.gitattributes @@ -0,0 +1,7 @@ +* 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 +Makefile whitespace=!indent,trail,space +meson.build whitespace=space |