-
Notifications
You must be signed in to change notification settings - Fork 3
/
.cfformat.json
29 lines (29 loc) · 1.02 KB
/
.cfformat.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
{
"brackets.padding": true,
"strings.quote": "double",
"strings.attributes.quote": "double",
"function_call.empty_padding": false,
"function_call.padding": true,
"function_declaration.padding": true,
"function_call.multiline.leading_comma.padding": true,
"function_declaration.multiline.leading_comma.padding" : true,
"function_declaration.empty_padding": false,
"function_declaration.group_to_block_spacing": "compact",
"struct.padding": true,
"struct.empty_padding": false,
"struct.multiline.leading_comma.padding" : true,
"array.empty_padding":false,
"array.padding":true,
"array.multiline.leading_comma.padding":true,
"binary_operators.padding":true,
"for_loop_semicolons.padding":true,
"indent_size":4,
"parentheses.padding":true,
"struct.separator":" : ",
"tab_indent":true,
"keywords.block_to_keyword_spacing" : "spaced",
"keywords.group_to_block_spacing" : "spaced",
"keywords.padding_inside_group" : true,
"keywords.spacing_to_block" : "compact",
"keywords.spacing_to_group" : true
}