-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathastylerc
More file actions
50 lines (34 loc) · 683 Bytes
/
Copy pathastylerc
File metadata and controls
50 lines (34 loc) · 683 Bytes
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
# KR style formatting/indenting uses broken brackets
-A14
# tab spaces
-s4
# indent switch blocks
-S
# indent namespaces
-N
# indent comments
-Y
# min conditional indent
-m0
# pad empty lines around header blocks
-f
# insert space padding around operators
-p
# insert space padding comma
-xg
# insert space padding not oper
--pad-negation
# unpad paren
-U
# Insert space padding around parenthesis on the inside only.
# -D
# delete empty lines within a function or method
# -xe
# align pointer left
-k1
# align reference middle
-W2
# Close ending angle brackets on template definitions.
-xy
# Add one line brackets to unbracketed one line conditional statements.
-j