diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-29 05:47:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-29 05:47:04 +0000 |
commit | 87108d9ffaa3e4d4bc761453de093011e0d3398d (patch) | |
tree | 646702040ce8122cfcb857693671809ba35cacbc /libc/sysdeps/linux/common/.indent.pro | |
parent | 4e1ec6cac528de017d8e8696e0442904847bdc54 (diff) |
Fix up stat so we translate from kernel stat to libc stat. Try to fix
up a few little things with dir entry reading. busybox now compiles,
and seems to basically work... :-)
-Erik
Diffstat (limited to 'libc/sysdeps/linux/common/.indent.pro')
-rw-r--r-- | libc/sysdeps/linux/common/.indent.pro | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/.indent.pro b/libc/sysdeps/linux/common/.indent.pro new file mode 100644 index 000000000..492ecf1c7 --- /dev/null +++ b/libc/sysdeps/linux/common/.indent.pro @@ -0,0 +1,33 @@ +--blank-lines-after-declarations +--blank-lines-after-procedures +--break-before-boolean-operator +--no-blank-lines-after-commas +--braces-on-if-line +--braces-on-struct-decl-line +--comment-indentation25 +--declaration-comment-column25 +--no-comment-delimiters-on-blank-lines +--cuddle-else +--continuation-indentation4 +--case-indentation0 +--else-endif-column33 +--space-after-cast +--line-comments-indentation0 +--declaration-indentation1 +--dont-format-first-column-comments +--dont-format-comments +--honour-newlines +--indent-level4 +/* changed from 0 to 4 */ +--parameter-indentation4 +--line-length78 /* changed from 75 */ +--continue-at-parentheses +--no-space-after-function-call-names +--dont-break-procedure-type +--dont-star-comments +--leave-optional-blank-lines +--dont-space-special-semicolon +--tab-size4 +/* additions by Mark */ +--case-brace-indentation0 +--leave-preprocessor-space |