summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 33d07c0..5e98806 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
+*.sh whitespace=indent,trail,space