summaryrefslogtreecommitdiff
path: root/.indent.pro
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2004-05-12 00:44:08 +0000
committerWill Estes <wlestes@users.sourceforge.net>2004-05-12 00:44:08 +0000
commit7ee435f9ed63d450c551e48a3e3159d27ce47e51 (patch)
tree4d2ca6fca9f5483d41cb124c30aa9c319ea45460 /.indent.pro
parent25d6ff37e58bbadd56cd484ff20af3f15d91673c (diff)
.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
Diffstat (limited to '.indent.pro')
-rw-r--r--.indent.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/.indent.pro b/.indent.pro
new file mode 100644
index 0000000..3f8232f
--- /dev/null
+++ b/.indent.pro
@@ -0,0 +1,15 @@
+--blank-lines-after-declarations
+--blank-lines-after-procedures
+-br /* open braces on same line */
+-nce /* start else on new line */
+-nbc /* vars on same line */
+-di8 /* line up var decl at col 8 */
+-brs /* struct brace on same line */
+-i8 /* indent 4 */
+-lp /* line up parens */
+-ts8 /* tab stop */
+-bbo /* break before && || */
+-hnl /* honor newlines */
+--space-special-semicolon
+--line-length75
+--dont-break-procedure-type