diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index f96112d47f..5e98806c6c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -* encoding=US-ASCII -git-gui.sh encoding=UTF-8 -/po/*.po encoding=UTF-8 +* whitespace=!indent,trail,space +*.[ch] whitespace=indent,trail,space +*.sh whitespace=indent,trail,space |