1 Star 0 Fork 0

lora-net / picoGW_hal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lora_indent.sh 513 Bytes
一键复制 编辑 原始数据 按行查看 历史
mcoracin 提交于 2017-06-09 10:44 . v0.1.0
#!/bin/bash
# Convert file encoding type from dos 2 unix
find . -regex '.*\.\(cpp\|h\|c\)' -exec dos2unix {} \;
# Remove trailing spaces from source files
find . -regex '.*\.\(cpp\|h\|c\)' -exec sed -i 's/[ \t]*$//g' {} \;
# Replace tabs with 4-spaces in all source files
find . -regex '.*\.\(cpp\|h\|c\)' -exec sed -i 's/\t/ /g' {} \;
# indent code
find . -regex '.*\.\(cpp\|h\|c\)' -exec astyle --indent-switches --indent-cases --pad-oper --pad-comma --add-brackets --indent=spaces=4 -A2 --mode=c {} \;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lora-net/picoGW_hal.git
git@gitee.com:lora-net/picoGW_hal.git
lora-net
picoGW_hal
picoGW_hal
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891