listing_style.sh

来自「Developing Games in Java 源代码」· Shell 代码 · 共 9 行

SH
9
字号
# use astyle to format code listings for the book# 4 spaces per tab# java style# pad around operators#astyle -j -s4 -p -a --brackets=break-closing-headers --convert-tabs < $1 > listings/$2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?