[scripts] add codestyle script for 4 space space indents

This commit is contained in:
Travis Geiselbrecht
2014-01-29 11:31:54 -08:00
parent 218153305a
commit d6484b830d

3
scripts/codestyle.space Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
astyle -A4 --indent=spaces=4 --indent-switches --keep-one-line-blocks --pad-header --convert-tabs $@