root = true [*] charset = utf-8 end_of_line = crlf insert_final_newline = true trim_trailing_whitespace = true [*.{cs,csx}] indent_style = space indent_size = 4 dotnet_sort_system_directives_first = true csharp_style_namespace_declarations = file_scoped:warning csharp_style_prefer_primary_constructors = true:suggestion csharp_style_prefer_collection_expression = true:suggestion csharp_style_var_when_type_is_apparent = true:suggestion [*.{xaml,xml,csproj,props,targets,slnx}] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false