projects
/
demo
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added terrain heightmap image
[demo]
/
astyle.sh
1
#!/bin/bash
2
astyle -A4 --indent=tab=4 -U -k3 -y src/*.h
3
astyle -A4 --indent=tab=4 -U -k3 -y src/*.cc
4
astyle -A4 --indent=tab=4 -U -k3 -y src/opengl/*.cc
5
astyle -A4 --indent=tab=4 -U -k3 -y src/vulkan/*.cc