[*]
charset                                                         = utf-8
end_of_line                                                     = lf
trim_trailing_whitespace                                        = true
insert_final_newline                                            = true
indent_style                                                    = space
indent_size                                                     = 4
tab_width                                                       = 4

# Microsoft .NET properties
csharp_new_line_before_catch                                    = false
csharp_new_line_before_else                                     = false
csharp_new_line_before_finally                                  = false
csharp_new_line_before_members_in_object_initializers           = false
csharp_new_line_before_open_brace                               = none
csharp_preferred_modifier_order                                 = public, private, protected, internal, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async
csharp_style_var_elsewhere                                      = true : suggestion
csharp_style_var_for_built_in_types                             = true : suggestion
csharp_style_var_when_type_is_apparent                          = true : suggestion
dotnet_style_parentheses_in_arithmetic_binary_operators         = never_if_unnecessary : none
dotnet_style_parentheses_in_other_binary_operators              = always_for_clarity : none
dotnet_style_parentheses_in_relational_binary_operators         = never_if_unnecessary : none
dotnet_style_predefined_type_for_locals_parameters_members      = true : suggestion
dotnet_style_predefined_type_for_member_access                  = true : suggestion
dotnet_style_qualification_for_event                            = false : suggestion
dotnet_style_qualification_for_field                            = false : suggestion
dotnet_style_qualification_for_method                           = false : suggestion
dotnet_style_qualification_for_property                         = false : suggestion
dotnet_style_require_accessibility_modifiers                    = for_non_interface_members : suggestion

# ReSharper properties
resharper_align_linq_query                                      = true
resharper_align_multiline_argument                              = true
resharper_align_multiline_binary_patterns                       = true
resharper_align_multiline_extends_list                          = true
resharper_align_multiline_parameter                             = true
resharper_align_multiple_declaration                            = true
resharper_align_multline_type_parameter_constrains              = true
resharper_align_multline_type_parameter_list                    = true
resharper_align_tuple_components                                = true
resharper_allow_comment_after_lbrace                            = true
resharper_csharp_empty_block_style                              = together_same_line
resharper_csharp_indent_type_constraints                        = false
resharper_csharp_int_align_comments                             = true
resharper_csharp_outdent_commas                                 = true
resharper_csharp_stick_comment                                  = false
resharper_csharp_wrap_after_declaration_lpar                    = true
resharper_csharp_wrap_after_invocation_lpar                     = true
resharper_csharp_wrap_before_binary_opsign                      = true
resharper_csharp_wrap_before_first_type_parameter_constraint    = true
resharper_csharp_wrap_multiple_declaration_style                = wrap_if_long
resharper_csharp_wrap_multiple_type_parameter_constraints_style = chop_always
resharper_indent_nested_fixed_stmt                              = true
resharper_indent_nested_foreach_stmt                            = true
resharper_indent_nested_for_stmt                                = true
resharper_indent_nested_lock_stmt                               = true
resharper_indent_nested_usings_stmt                             = true
resharper_indent_nested_while_stmt                              = true
resharper_indent_preprocessor_if                                = usual_indent
resharper_indent_preprocessor_other                             = usual_indent
resharper_int_align_fields                                      = true
resharper_int_align_methods                                     = true
resharper_int_align_parameters                                  = true
resharper_int_align_properties                                  = true
resharper_int_align_switch_expressions                          = true
resharper_int_align_switch_sections                             = true
resharper_keep_existing_switch_expression_arrangement           = false
resharper_outdent_statement_labels                              = true
resharper_place_field_attribute_on_same_line                    = if_owner_is_single_line
resharper_place_simple_accessorholder_on_single_line            = true
resharper_place_simple_accessor_on_single_line                  = false
resharper_place_simple_case_statement_on_same_line              = true
resharper_place_simple_embedded_block_on_same_line              = true
resharper_place_simple_switch_expression_on_single_line         = true
resharper_space_around_arrow_op                                 = true
resharper_wrap_before_arrow_with_expressions                    = true
resharper_wrap_before_eq                                        = true
resharper_wrap_before_extends_colon                             = true
resharper_wrap_before_linq_expression                           = true
resharper_wrap_chained_binary_expressions                       = chop_if_long
resharper_wrap_for_stmt_header_style                            = wrap_if_long
resharper_wrap_switch_expression                                = chop_if_long