[scripts] add codestyle script for 4 space space indents
This commit is contained in:
3
scripts/codestyle.space
Executable file
3
scripts/codestyle.space
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
astyle -A4 --indent=spaces=4 --indent-switches --keep-one-line-blocks --pad-header --convert-tabs $@
|
||||
Reference in New Issue
Block a user