-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_astylerc
More file actions
32 lines (23 loc) · 794 Bytes
/
Copy path_astylerc
File metadata and controls
32 lines (23 loc) · 794 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
--style=kr
--indent=spaces=2
--indent-preprocessor
#Indent preprocessor conditional statements to the same level as the source code.
--indent-preproc-cond
# Indent 'class' and 'struct' access modifiers, 'public:', 'protected:' and 'private:', one half indent.
-xG
# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block. The entire case block is indented.
-S
# Backup file suffix (none to disable backups)
--suffix=.orig
# Don't break one-line blocks.
-O
# Don't break complex statements and multiple statements residing on a single line.
-o
# Attach a pointer or reference operator (*, &, or ^) to the variable name (right).
-k3
--pad-oper
--pad-header
# --max-instatement-indent=40
# --convert-tabs
# --max-code-length=79
# --pad-method-colon=none