forked from open-io/oio-sds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.indent.pro
64 lines (64 loc) · 1.03 KB
/
.indent.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// --blank-lines-after-declarations
//-bad
// --blank-lines-after-procedures
-bap
// --braces-on-if-line
-br
// --cuddle-else
-ce
// --continuation-indentation
-ci8
// --case-indentation
-cli0
// --comment-indentationn
-c33
// --declaration-comment-column
-cd33
// --line-comments-indentation
-d0
// --declaration-indentation
-di0
// --honour-newlines
-hnl
// --indent-level
-i4
// --indent-label
-il0
// --parameter-indentation
-ip8
// --line-length 80
-l80
// --comment-line-length 80
-lc80
// --no-blank-lines-before-block-comments
-nbbb
// --break-after-boolean-operator
-nbbo
// --no-blank-lines-after-commas
-nbc
// --no-comment-delimiters-on-blank-lines
-ncdb
// --dont-left-justify-declarations
-ndj
// --dont-format-first-column-comments
-nfc1
// --dont-line-up-parentheses
-nlp
// --no-space-after-function-call-names
-npcs
// --dont-break-procedure-type
-npsl
// --leave-optional-blank-lines
-nsob
// --procnames-start-lines
-psl
// --space-after-for
-saf
// --space-after-if
-sai
// --space-after-while
-saw
// --tab-size
-ts4
// --use-tabs
-ut