awtk/docs/code_style.md
2021-07-11 17:18:42 +08:00

18 lines
566 B
Markdown
Raw Permalink 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 里运行。