-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.json
31 lines (31 loc) · 1.1 KB
/
config.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
{
"cuddle_method_braces":false,
"cuddle_type_braces":false,
"empty_line_after_import":false,
"empty_line_after_package":true,
"empty_line_before_type":true,
"empty_line_between_enum_constructors":false,
"empty_line_between_fields":true,
"empty_line_between_typedef_fields":false,
"extends_on_newline":false,
"function_arg_on_newline":false,
"implements_on_newline":false,
"inline_empty_braces":false,
"maximum_line_length":100,
"modifier_order":["override", "public", "private", "static", "extern", "dynamic", "inline", "macro"],
"print_root_package":false,
"remove_private_field_modifier":false,
"space_after_structure_colon":false,
"space_after_type_hint_colon":false,
"space_around_function_arg_assign":false,
"space_around_property_assign":true,
"space_around_typedef_assign":true,
"space_before_structure_colon":false,
"space_before_type_hint_colon":false,
"space_between_anon_type_fields":true,
"space_between_enum_constructor_args":false,
"space_between_function_args":true,
"space_between_property_get_set":true,
"space_between_type_param_constraints":true,
"space_between_type_params":true
}