From 7ef31c0ac9edba315f7645062341242afd45b6f0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 17 Oct 1999 18:01:49 +0000 Subject: zsh-workers/8306 --- Src/.cvsignore | 2 +- Src/.indent.pro | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 Src/.indent.pro diff --git a/Src/.cvsignore b/Src/.cvsignore index fcef4da67..843b47168 100644 --- a/Src/.cvsignore +++ b/Src/.cvsignore @@ -1,6 +1,6 @@ Makefile Makemod.in Makemod -*.pro +[_a-zA-Z0-9]*.pro *.o *.o.c *.so diff --git a/Src/.indent.pro b/Src/.indent.pro new file mode 100644 index 000000000..1b41514fc --- /dev/null +++ b/Src/.indent.pro @@ -0,0 +1,27 @@ +--dont-format-comments +--procnames-start-lines +--no-parameter-indentation +--indent-level4 +--line-comments-indentation4 +--cuddle-else +--brace-indent0 +--dont-star-comments +--blank-lines-after-declarations +--blank-lines-after-procedures +--no-blank-lines-after-commas +--comment-indentation33 +--declaration-comment-column33 +--no-comment-delimiters-on-blank-lines +--continuation-indentation4 +--case-indentation0 +--else-endif-column33 +--no-space-after-casts +--no-blank-before-sizeof +--declaration-indentation0 +--continue-at-parentheses +--no-space-after-function-call-names +--swallow-optional-blank-lines +--dont-space-special-semicolon +--tab-size8 +--line-length132 +--braces-on-if-line -- cgit 1.4.1