1
1
{
2
- "array.empty_padding" : false ,
3
- "array.padding" : true ,
4
- "array.multiline.min_length" : 40 ,
5
- "array.multiline.element_count" : 4 ,
6
- "array.multiline.leading_comma.padding" : true ,
7
- "array.multiline.leading_comma" : false ,
8
- "assignments.consecutive.alignment" : true ,
9
- "brackets.padding" : true ,
10
- "comment.asterisks" : " align" ,
11
- "binary_operators.padding" : true ,
12
- "for_loop_semicolons.padding" : true ,
13
- "function_call.empty_padding" : false ,
14
- "function_call.padding" : true ,
15
- "function_call.multiline.leading_comma.padding" : true ,
16
- "function_call.casing.builtin" : " cfdocs" ,
17
- "function_call.casing.userdefined" : " " ,
18
- "function_call.multiline.element_count" : 4 ,
19
- "function_call.multiline.leading_comma" : false ,
20
- "function_call.multiline.min_length" : 40 ,
21
- "function_declaration.padding" : true ,
22
- "function_declaration.empty_padding" : false ,
23
- "function_declaration.multiline.leading_comma" : false ,
24
- "function_declaration.multiline.leading_comma.padding" : true ,
25
- "function_declaration.multiline.element_count" : 4 ,
26
- "function_declaration.multiline.min_length" : 40 ,
27
- "function_declaration.group_to_block_spacing" : " compact" ,
28
- "function_anonymous.empty_padding" : false ,
29
- "function_anonymous.group_to_block_spacing" : " compact" ,
30
- "function_anonymous.multiline.element_count" : 4 ,
31
- "function_anonymous.multiline.leading_comma" : false ,
32
- "function_anonymous.multiline.leading_comma.padding" : true ,
33
- "function_anonymous.multiline.min_length" : 40 ,
34
- "function_anonymous.padding" : false ,
35
- "indent_size" : 4 ,
36
- "keywords.block_to_keyword_spacing" : " spaced" ,
37
- "keywords.group_to_block_spacing" : " spaced" ,
38
- "keywords.padding_inside_group" : true ,
39
- "keywords.spacing_to_block" : " spaced" ,
40
- "keywords.spacing_to_group" : true ,
41
- "keywords.empty_group_spacing" : false ,
42
- "max_columns" : 120 ,
43
- "parentheses.padding" : true ,
44
- "strings.quote" : " double" ,
45
- "strings.attributes.quote" : " double" ,
46
- "struct.separator" : " : " ,
47
- "struct.padding" : true ,
48
- "struct.empty_padding" : false ,
49
- "struct.multiline.leading_comma" : false ,
50
- "struct.multiline.leading_comma.padding" : true ,
51
- "struct.multiline.element_count" : 4 ,
52
- "struct.multiline.min_length" : 40 ,
53
- "tab_indent" : true
2
+ "array.empty_padding" : false ,
3
+ "array.padding" : true ,
4
+ "array.multiline.min_length" : 40 ,
5
+ "array.multiline.element_count" : 2 ,
6
+ "array.multiline.leading_comma.padding" : true ,
7
+ "array.multiline.leading_comma" : false ,
8
+ "alignment.consecutive.assignments" : true ,
9
+ "alignment.consecutive.properties" : true ,
10
+ "alignment.consecutive.params" : true ,
11
+ "brackets.padding" : true ,
12
+ "comment.asterisks" : " align" ,
13
+ "binary_operators.padding" : true ,
14
+ "for_loop_semicolons.padding" : true ,
15
+ "function_call.empty_padding" : false ,
16
+ "function_call.padding" : true ,
17
+ "function_call.multiline.leading_comma.padding" : true ,
18
+ "function_call.casing.builtin" : " cfdocs" ,
19
+ "function_call.casing.userdefined" : " camel" ,
20
+ "function_call.multiline.element_count" : 2 ,
21
+ "function_call.multiline.leading_comma" : false ,
22
+ "function_call.multiline.min_length" : 40 ,
23
+ "function_declaration.padding" : true ,
24
+ "function_declaration.empty_padding" : false ,
25
+ "function_declaration.multiline.leading_comma" : false ,
26
+ "function_declaration.multiline.leading_comma.padding" : true ,
27
+ "function_declaration.multiline.element_count" : 2 ,
28
+ "function_declaration.multiline.min_length" : 40 ,
29
+ "function_declaration.group_to_block_spacing" : " compact" ,
30
+ "function_anonymous.empty_padding" : false ,
31
+ "function_anonymous.group_to_block_spacing" : " compact" ,
32
+ "function_anonymous.multiline.element_count" : 2 ,
33
+ "function_anonymous.multiline.leading_comma" : false ,
34
+ "function_anonymous.multiline.leading_comma.padding" : true ,
35
+ "function_anonymous.multiline.min_length" : 40 ,
36
+ "function_anonymous.padding" : true ,
37
+ "indent_size" : 4 ,
38
+ "keywords.block_to_keyword_spacing" : " spaced" ,
39
+ "keywords.group_to_block_spacing" : " spaced" ,
40
+ "keywords.padding_inside_group" : true ,
41
+ "keywords.spacing_to_block" : " spaced" ,
42
+ "keywords.spacing_to_group" : true ,
43
+ "keywords.empty_group_spacing" : false ,
44
+ "max_columns" : 120 ,
45
+ "metadata.multiline.element_count" : 3 ,
46
+ "metadata.multiline.min_length" : 40 ,
47
+ "method_call.chain.multiline" : 3 ,
48
+ "newline" : " \n " ,
49
+ "property.multiline.element_count" : 3 ,
50
+ "property.multiline.min_length" : 40 ,
51
+ "parentheses.padding" : true ,
52
+ "strings.quote" : " double" ,
53
+ "strings.attributes.quote" : " double" ,
54
+ "struct.separator" : " : " ,
55
+ "struct.padding" : true ,
56
+ "struct.empty_padding" : false ,
57
+ "struct.multiline.leading_comma" : false ,
58
+ "struct.multiline.leading_comma.padding" : true ,
59
+ "struct.multiline.element_count" : 2 ,
60
+ "struct.multiline.min_length" : 40 ,
61
+ "tab_indent" : true
54
62
}
0 commit comments