diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-11-30 11:35:28 +0000 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2011-11-30 11:35:28 +0000 |
commit | 6f01e20e25f7a164cb27067c690aa49d4cb5178e (patch) | |
tree | a488b146365c2b65ef526d8e34aedb2ffc67301c | |
parent | d8d166bf0950889743695174e55ea9201e9db9cd (diff) | |
download | git-6f01e20e25f7a164cb27067c690aa49d4cb5178e.tar.gz git-6f01e20e25f7a164cb27067c690aa49d4cb5178e.tar.xz |
git-gui: set whitespace warnings appropriate to this project
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f96112d47..33d07c06b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +* 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 |