diff options
author | Brad King <brad.king@kitware.com> | 2014-01-07 15:59:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-14 20:48:39 (GMT) |
commit | 52ba59f0573ba8a39021b406c2a16d552445a8f3 (patch) | |
tree | ee1b10dce8f1396074021050da6756ae40af31d1 | |
parent | 437c0cc93657f0962562b121ca16ab45d438b70e (diff) | |
download | CastXML-52ba59f0573ba8a39021b406c2a16d552445a8f3.zip CastXML-52ba59f0573ba8a39021b406c2a16d552445a8f3.tar.gz CastXML-52ba59f0573ba8a39021b406c2a16d552445a8f3.tar.bz2 |
Tell Git to reject tabs in indentation
Add a whitespace=tab-in-indent attribute to all file types.
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 96bd23d..3cd6f61 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ .git* export-ignore * text=auto + +* whitespace=tab-in-indent |