From 4bb93de55fbf91e5b7e89d9489a8275440d5fff0 Mon Sep 17 00:00:00 2001 From: "chaos.proton@gmail.com" Date: Sat, 23 Jun 2012 13:52:05 +0000 Subject: [PATCH] Add astyle parameters from lgnq git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2178 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- documentation/coding_style_cn.txt | 13 +++++++++++++ documentation/coding_style_en.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/documentation/coding_style_cn.txt b/documentation/coding_style_cn.txt index ed0abe942..7119068f6 100644 --- a/documentation/coding_style_cn.txt +++ b/documentation/coding_style_cn.txt @@ -207,3 +207,16 @@ rt_timer + 动词短语的形式表示能够应用于 timer 对象的方法。 在创建一个新的对象时,应该思考好,对象的内存操作处理:是否允许一个静态对象存在 ,或仅仅支持从堆中动态分配的对象。 + +14. 用 astyle 自动格式化代码 +参数:--style=allman + --indent=spaces=4 + --pad-oper + --pad-header + --unpad-paren + --suffix=none + --align-pointer=name + --lineend=linux + --convert-tabs + --verbose + diff --git a/documentation/coding_style_en.txt b/documentation/coding_style_en.txt index c66d35a6c..926b6b551 100644 --- a/documentation/coding_style_en.txt +++ b/documentation/coding_style_en.txt @@ -216,3 +216,16 @@ rt_timer + verb phrase stands for the method that could be used on timer object. When creating a new object, think twice on memory allocations: whether a static object could be created or it could only created dynamically on heap. + +14. Use astyle to format the code automatically +parameters: --style=allman + --indent=spaces=4 + --pad-oper + --pad-header + --unpad-paren + --suffix=none + --align-pointer=name + --lineend=linux + --convert-tabs + --verbose +