Merge pull request #589 from g-oikonomou/nuke-indent

Nuke indent
This commit is contained in:
Nicolas Tsiftes 2014-03-13 19:30:05 +01:00
commit 0a229a260d
4 changed files with 1 additions and 35 deletions

View File

@ -1,9 +0,0 @@
#!/bin/sh
f=`basename $1`
mkdir /tmp/$$
cp $1 /tmp/$$/
cp $1 /tmp/$$/$f.orig
export INDENT_PROFILE=`dirname $0`/indent.pro
indent /tmp/$$/$f
diff /tmp/$$/$f.orig /tmp/$$/$f
rm -rf /tmp/$$

View File

@ -1,3 +0,0 @@
#!/bin/sh
export INDENT_PROFILE=`dirname $0`/indent.pro
indent $*

View File

@ -1,22 +0,0 @@
-bad
-br
-brs
-cdw
-ce
-hnl
-i2
-lp
-nbap
-nbbb
-ncdb
-ncs
-nfca
-nlps
-npcs
-nprs
-nsaf
-nsai
-nsaw
-nsc
-nut
-psl

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# This file checks your git index and runs indent on every changed *.c and *.h
# This file checks your git index and runs uncrustify on every changed *.c and *.h
# file.
#
# Author: Valentin Sawadski <valentin@sawadski.eu>