mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 19:18:53 +08:00
19 lines
548 B
Markdown
19 lines
548 B
Markdown
|
# 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里运行。
|
|||
|
|