1 Star 0 Fork 0

zhuixixi / ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
style_format.sh 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
Val Markovic 提交于 2016-02-23 13:38 . Removing ycm_client_support
#!/bin/bash
astyle \
--style=attach \
--indent=spaces=2 \
--indent-switches \
--indent-col1-comments \
--indent-preprocessor \
--max-instatement-indent=80 \
--break-blocks \
--pad-oper \
--pad-paren-in \
--pad-header \
--keep-one-line-blocks \
--convert-tabs \
--align-pointer=name \
--align-reference=name \
--suffix=none \
--lineend=linux \
--recursive \
--exclude=gmock \
--exclude=testdata \
--exclude=ycm_core.cpp \
--exclude=CustomAssert.h \
--exclude=CustomAssert.cpp \
"cpp/ycm/*.cpp" \
"cpp/ycm/*.h"
1
https://gitee.com/zhuixixi/ycmd.git
git@gitee.com:zhuixixi/ycmd.git
zhuixixi
ycmd
ycmd
master

搜索帮助