summaryrefslogtreecommitdiffstats
path: root/.indent.pro
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-11-30 23:38:54 +0100
committerpgen <p.gen.progs@gmail.com>2016-11-30 23:40:40 +0100
commitde5ee4dc720b664f34f3d189196dee53b5c45923 (patch)
tree7255ef613bedd36568934d50223fc0bf137957ef /.indent.pro
parent45969a817f90bcc3688d2c23b48aace8f20c72fc (diff)
Reformat and add comments
Use clang-format instead of indent.
Diffstat (limited to '.indent.pro')
-rw-r--r--.indent.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/.indent.pro b/.indent.pro
deleted file mode 100644
index 4632183..0000000
--- a/.indent.pro
+++ /dev/null
@@ -1,38 +0,0 @@
---blank-lines-after-commas
---declaration-comment-column 30
---brace-indent 0
---braces-after-if-line
---braces-after-struct-decl-line
---break-after-boolean-operator
---case-brace-indentation 0
---case-indentation 2
---continue-at-parentheses
---declaration-indentation 2
---dont-break-procedure-type
---dont-cuddle-do-while
---dont-cuddle-else
---dont-format-first-column-comments
---dont-space-special-semicolon
---honour-newlines
---indent-level 2
---leave-optional-blank-lines
---line-length 80
---no-blank-lines-before-block-comments
---no-comment-delimiters-on-blank-lines
---no-space-after-function-call-names
---no-space-after-parentheses
---no-tabs
---no-blank-lines-after-commas
---procnames-start-lines
---space-after-cast
---space-after-for
---space-after-if
---space-after-while
---struct-brace-indentation 0
---swallow-optional-blank-lines
---blank-lines-after-procedures
-//--blank-lines-after-declarations
---break-before-boolean-operator
---comment-indentation 30
---continue-at-parentheses
---comment-line-length 80