1 Star 0 Fork 339

ThinkingT / awtk

forked from zlgopen / awtk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
code_style.md 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixianjing 提交于 2021-07-11 17:18 . improve docs

Code Style

每个人都有自己喜欢的代码风格,AWTK 采用的代码风格不可能让所有人喜欢,所以 AWTK 提供了一个配置文件。clang-format,借助 clang-format 工具可以瞬间将 AWTK 的代码风格变成你喜欢的代码风格。

具体做法如下:

安装 clang-format 工具

请参考:http://releases.llvm.org/download.html#7.0.0

修改 .clang-format

请参考:http://clang.llvm.org/docs/index.html

更新

支持 bash 的平台运行。/format.sh 即可。Windows 平台可以在 git bash 里运行。

C
1
https://gitee.com/ThinkingT/awtk.git
git@gitee.com:ThinkingT/awtk.git
ThinkingT
awtk
awtk
master

搜索帮助