mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-11 00:25:06 +00:00
Add uncrustify helper scripts
This commit is contained in:
2
tools/code-style/uncrustify-check-style.sh
Executable file
2
tools/code-style/uncrustify-check-style.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
uncrustify -q -c `dirname $0`/uncrustify.cfg -f $1 | diff -u $1 --to-file=/dev/stdin
|
2
tools/code-style/uncrustify-fix-style.sh
Executable file
2
tools/code-style/uncrustify-fix-style.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
uncrustify --no-backup --replace -c `dirname $0`/uncrustify.cfg $*
|
Reference in New Issue
Block a user