未验证 提交 ff7c6b95 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1260 from emlslxl/indent-preproc-block

添加astyle工具的配置语句,格式化时可以实现宏定义的块缩进。
...@@ -59,7 +59,7 @@ C语言头文件为了避免多次重复包含,需要定义一个符号。这 ...@@ -59,7 +59,7 @@ C语言头文件为了避免多次重复包含,需要定义一个符号。这
* Date Author Notes * Date Author Notes
* 2006-03-18 Bernard the first version * 2006-03-18 Bernard the first version
* 2006-04-26 Bernard add semaphore APIs * 2006-04-26 Bernard add semaphore APIs
* * ...
*/ */
``` ```
...@@ -237,6 +237,7 @@ rt_timer + 动词短语的形式表示能够应用于 timer 对象的方法。 ...@@ -237,6 +237,7 @@ rt_timer + 动词短语的形式表示能够应用于 timer 对象的方法。
参数:--style=allman 参数:--style=allman
--indent=spaces=4 --indent=spaces=4
--indent-preproc-block
--pad-oper --pad-oper
--pad-header --pad-header
--unpad-paren --unpad-paren
......
...@@ -54,7 +54,7 @@ record like this: ...@@ -54,7 +54,7 @@ record like this:
* Date Author Notes * Date Author Notes
* 2006-03-18 Bernard the first version * 2006-03-18 Bernard the first version
* 2006-04-26 Bernard add semaphore APIs * 2006-04-26 Bernard add semaphore APIs
* … * ...
*/ */
...@@ -220,6 +220,7 @@ object could be created or it could only created dynamically on heap. ...@@ -220,6 +220,7 @@ object could be created or it could only created dynamically on heap.
14. Use astyle to format the code automatically 14. Use astyle to format the code automatically
parameters: --style=allman parameters: --style=allman
--indent=spaces=4 --indent=spaces=4
--indent-preproc-block
--pad-oper --pad-oper
--pad-header --pad-header
--unpad-paren --unpad-paren
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册