No longer indent the code with every `make all`
commit3d4ef401abe0e0405abab2adb40053de356c079e
authorTobias Rehbein <tobias.rehbein@web.de>
Tue, 10 Nov 2009 20:56:01 +0000 (10 21:56 +0100)
committerTobias Rehbein <tobias.rehbein@web.de>
Tue, 10 Nov 2009 20:56:01 +0000 (10 21:56 +0100)
tree9aee98944af92a2b3947a8306d6a3f12b5a90922
parent6af3df2625b52053c60063d50a136d3244c92b07
No longer indent the code with every `make all`

Let's use some of the advanced features of git(1). Don't call
indent(1) with every `make all`. Use a git filter attribute
instead.

 * do not call indent(1) with `make all`
 * create a git filter attribute to indent the code before
   commiting
.gitattributes [new file with mode: 0644]
Makefile