|
| 1 | +{ |
| 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": 3, |
| 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": 3, |
| 28 | + "function_declaration.multiline.min_length": 40, |
| 29 | + "function_declaration.group_to_block_spacing": "spaced", |
| 30 | + "function_anonymous.empty_padding": false, |
| 31 | + "function_anonymous.group_to_block_spacing": "spaced", |
| 32 | + "function_anonymous.multiline.element_count": 3, |
| 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 | + "newline": "\n", |
| 48 | + "property.multiline.element_count": 3, |
| 49 | + "property.multiline.min_length": 40, |
| 50 | + "parentheses.padding": true, |
| 51 | + "strings.quote": "double", |
| 52 | + "strings.convertNestedQuotes": false, |
| 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 |
| 62 | +} |
0 commit comments