root = true [*] indent_style = space indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true [*.cs] dotnet_sort_system_directives_first = true dotnet_separate_import_directive_groups = false [*.md] trim_trailing_whitespace = false