Fix invalid csharp_space_between_method_declaration_name_and_open_parenthesis
[mono-project.git] / sdks / wasm / Mono.WebAssembly.DebuggerProxy / .editorconfig
blobca41c33264af90983a1337e45f024683b8fa6ccb
1 root = true
3 [*]
4 end_of_line = crlf
5 tab_width = 4
6 trim_trailing_whitespace = true
7 insert_final_newline = true
9 [{*.cs, *.tt}]
10 indent_style = tab
11 csharp_indent_block_contents = true
12 csharp_indent_braces = false
13 csharp_indent_case_contents = true
14 csharp_indent_switch_labels = false
15 csharp_new_line_before_catch = false
16 csharp_new_line_before_else = false
17 csharp_new_line_before_finally = false
18 csharp_new_line_before_members_in_anonymous_types = true
19 csharp_new_line_before_members_in_object_initializers = true
20 csharp_new_line_before_open_brace = methods
21 csharp_prefer_braces = false
22 csharp_preserve_single_line_statements = false
23 csharp_space_after_comma = true
24 csharp_space_after_dot = false
25 csharp_space_after_keywords_in_control_flow_statements = true
26 csharp_space_after_semicolon_in_for_statement = true
27 csharp_space_around_binary_operators = true
28 csharp_space_around_declaration_statements = do_not_ignore
29 csharp_space_before_colon_in_inheritance_clause = true
30 csharp_space_before_comma = false
31 csharp_space_before_open_square_brackets = true
32 csharp_space_before_semicolon_in_for_statement = false
33 csharp_space_between_empty_square_brackets = false
34 csharp_space_between_method_call_name_and_opening_parenthesis = true
35 csharp_space_between_method_call_empty_parameter_list_parentheses = false
36 csharp_space_between_method_call_parameter_list_parentheses = false
37 csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
38 csharp_space_between_method_declaration_name_and_open_parenthesis = true
39 csharp_space_between_method_declaration_parameter_list_parentheses = false
40 csharp_space_between_parentheses = false
41 csharp_space_between_square_brackets = false
42 csharp_style_conditional_delegate_call = true
43 csharp_style_expression_bodied_accessors = true
44 csharp_style_expression_bodied_constructors = true
45 csharp_style_expression_bodied_indexers = true
46 csharp_style_expression_bodied_methods = true
47 csharp_style_expression_bodied_operators = true
48 csharp_style_expression_bodied_properties = true
49 csharp_style_inlined_variable_declaration = true
50 csharp_style_pattern_matching_over_as_with_null_check = true
51 csharp_style_pattern_matching_over_is_with_cast_check = true
52 csharp_style_throw_expression = true
54 [{*.ts, *.json}]
55 indent_style = tab
57 [*.csproj]
58 indent_style = tab
59 tab_width = 2
60 indent_size = 2
62 [*.js]
63 indent_style = tab
65 [*.yml]
66 indent_style = tab
68 [*.md]
69 indent_style = tab