mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
添加astyle工具的配置语句,格式化时可以实现宏定义的块缩进。
更改省略号为英文状态下的... 统一文件编码格式统一为UTF-8
This commit is contained in:
@@ -59,7 +59,7 @@ C语言头文件为了避免多次重复包含,需要定义一个符号。这
|
||||
* Date Author Notes
|
||||
* 2006-03-18 Bernard the first version
|
||||
* 2006-04-26 Bernard add semaphore APIs
|
||||
* …
|
||||
* ...
|
||||
*/
|
||||
```
|
||||
|
||||
@@ -125,7 +125,7 @@ C语言头文件为了避免多次重复包含,需要定义一个符号。这
|
||||
行都采用缩进的方式,例如:
|
||||
|
||||
```c
|
||||
if (condition)
|
||||
if (condition)
|
||||
{
|
||||
/* others */
|
||||
}
|
||||
@@ -237,6 +237,7 @@ rt_timer + 动词短语的形式表示能够应用于 timer 对象的方法。
|
||||
|
||||
参数:--style=allman
|
||||
--indent=spaces=4
|
||||
--indent-preproc-block
|
||||
--pad-oper
|
||||
--pad-header
|
||||
--unpad-paren
|
||||
|
||||
Reference in New Issue
Block a user