@@ -30,48 +30,6 @@ csharp_new_line_before_else = true
3030csharp_new_line_before_finally  = true 
3131#  Always insert a newline before opening braces '{'
3232csharp_new_line_before_open_brace  = methods,  properties,  control_blocks,  types 
33- #  Insert spaces after cast operators
34- csharp_space_after_cast  = true 
35- #  Insert a space before colons ':' in inheritance clauses
36- csharp_space_before_colon_in_inheritance_clause  = true 
37- #  Insert spaces after colons ':' in inheritance clauses
38- csharp_space_after_colon_in_inheritance_clause  = true 
39- #  Do not insert a space before commas ','
40- csharp_space_before_comma  = false 
41- #  Insert a space after commas ','
42- csharp_space_after_comma  = true 
43- #  Do not insert a space before dots '.'
44- csharp_space_before_dot  = false 
45- #  Do not insert a space after dots '.'
46- csharp_space_after_dot  = false 
47- #  Insert a space after control flow keywords ('if', 'while', 'for', etc.)
48- csharp_space_after_keywords_in_control_flow_statements  = true 
49- #  Insert a space after semicolons ';' in 'for' statements
50- csharp_space_after_semicolon_in_for_statement  = true 
51- #  Insert spaces before and after binary operators
52- csharp_space_around_binary_operators  = before_and_after 
53- #  Do not insert a space before open square brackets '['
54- csharp_space_before_open_square_brackets  = false 
55- #  Do not insert a space before semicolons ';' in 'for' statements
56- csharp_space_before_semicolon_in_for_statement  = false 
57- #  Do not insert spaces inside empty square brackets '[]'
58- csharp_space_between_empty_square_brackets  = false 
59- #  Do not insert spaces within empty parameter lists in method calls
60- csharp_space_between_method_call_empty_parameter_list_parentheses  = false 
61- #  Do not insert a space between method names and opening parentheses '('
62- csharp_space_between_method_call_name_and_opening_parenthesis  = false 
63- #  Do not insert spaces inside parameter list parentheses in method calls
64- csharp_space_between_method_call_parameter_list_parentheses  = false 
65- #  Do not insert spaces within empty parameter lists in method declarations
66- csharp_space_between_method_declaration_empty_parameter_list_parentheses  = false 
67- #  Do not insert a space between method names and opening parentheses '(' in declarations
68- csharp_space_between_method_declaration_name_and_open_parenthesis  = false 
69- #  Do not insert spaces inside parameter list parentheses in method declarations
70- csharp_space_between_method_declaration_parameter_list_parentheses  = false 
71- #  Do not insert spaces within parentheses '()'
72- csharp_space_between_parentheses  = control_flow_statements,  type_casts 
73- #  Do not insert spaces within square brackets '[]'
74- csharp_space_between_square_brackets  = false 
7533#  Recommend using type inference ('var') for variable declarations
7634csharp_style_var_elsewhere  = true :suggestion 
7735#  Recommend using type inference ('var') for built-in types (e.g., 'int')
0 commit comments