forked from timonwong/SublimeAStyleFormatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options_default.json
48 lines (48 loc) · 1.36 KB
/
options_default.json
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
{
"add-brackets": false,
"add-one-line-brackets": false,
"align-method-colon": false,
"align-pointer": null,
"align-reference": null,
"attach-classes": false,
"attach-extern-c": false,
"attach-inlines": false,
"attach-namespaces": false,
"break-after-logical": false,
"break-blocks": null,
"break-closing-brackets": false,
"break-elseifs": false,
"close-templates": false,
"delete-empty-lines": false,
"fill-empty-lines": false,
"indent": null,
"indent-cases": false,
"indent-classes": false,
"indent-col1-comments": false,
"indent-labels": false,
"indent-modifiers": false,
"indent-namespaces": false,
"indent-preproc-block": false,
"indent-preproc-cond": false,
"indent-preproc-define": false,
"indent-spaces": null,
"indent-switches": false,
"keep-one-line-blocks": true,
"keep-one-line-statements": true,
"max-code-length": -1,
"max-instatement-indent": 40,
"min-conditional-indent": 2,
"pad-first-paren-out": false,
"pad-header": true,
"pad-method-colon": null,
"pad-method-prefix": false,
"pad-oper": true,
"pad-paren": false,
"pad-paren-in": false,
"pad-paren-out": false,
"remove-brackets": false,
"remove-comment-prefix": false,
"style": null,
"unpad-method-prefix": false,
"unpad-paren": false
}