root = true [*] indent_style = space indent_size = 4 end_of_line = crlf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.cs] csharp_indent_case_contents = true csharp_indent_switch_labels = true csharp_new_line_before_open_brace = all csharp_new_line_before_else = true csharp_new_line_before_catch = true csharp_new_line_before_finally = true csharp_space_after_cast = false csharp_space_after_keywords_in_control_flow_statements = true