diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 33d07c06bd..320e33c327 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -* 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 +* whitespace=!indent,trail,space +*.[ch] whitespace=indent,trail,space diff=cpp +*.sh whitespace=indent,trail,space |