awtk/docs/code_style.md
2018-09-24 11:20:26 +08:00

19 lines
548 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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里运行。