diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-24 22:36:06 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-24 22:36:06 +0000 |
commit | 65b47d299a2285653b50874b8115fe48fded7687 (patch) | |
tree | 612d386772ff00e80cadeb75812e4cd1b1904aaa /.indent.pro | |
parent | df0a4b6b13048bd18b459f7dbb6ad7289338d1dd (diff) | |
download | busybox-w32-65b47d299a2285653b50874b8115fe48fded7687.tar.gz busybox-w32-65b47d299a2285653b50874b8115fe48fded7687.tar.bz2 busybox-w32-65b47d299a2285653b50874b8115fe48fded7687.zip |
First revision of the Busybox Style Guide and an accompanying .indent.pro
file.
git-svn-id: svn://busybox.net/trunk/busybox@900 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '.indent.pro')
-rw-r--r-- | .indent.pro | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 000000000..492ecf1c7 --- /dev/null +++ b/.indent.pro | |||
@@ -0,0 +1,33 @@ | |||
1 | --blank-lines-after-declarations | ||
2 | --blank-lines-after-procedures | ||
3 | --break-before-boolean-operator | ||
4 | --no-blank-lines-after-commas | ||
5 | --braces-on-if-line | ||
6 | --braces-on-struct-decl-line | ||
7 | --comment-indentation25 | ||
8 | --declaration-comment-column25 | ||
9 | --no-comment-delimiters-on-blank-lines | ||
10 | --cuddle-else | ||
11 | --continuation-indentation4 | ||
12 | --case-indentation0 | ||
13 | --else-endif-column33 | ||
14 | --space-after-cast | ||
15 | --line-comments-indentation0 | ||
16 | --declaration-indentation1 | ||
17 | --dont-format-first-column-comments | ||
18 | --dont-format-comments | ||
19 | --honour-newlines | ||
20 | --indent-level4 | ||
21 | /* changed from 0 to 4 */ | ||
22 | --parameter-indentation4 | ||
23 | --line-length78 /* changed from 75 */ | ||
24 | --continue-at-parentheses | ||
25 | --no-space-after-function-call-names | ||
26 | --dont-break-procedure-type | ||
27 | --dont-star-comments | ||
28 | --leave-optional-blank-lines | ||
29 | --dont-space-special-semicolon | ||
30 | --tab-size4 | ||
31 | /* additions by Mark */ | ||
32 | --case-brace-indentation0 | ||
33 | --leave-preprocessor-space | ||