# top-most EditorConfig file root = true # Core EditorConfig properties [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.cs] dotnet_naming_style.pascal_case.capitalization = pascal_case dotnet_naming_rule.types.symbols = types dotnet_naming_rule.types.style = pascal_case dotnet_naming_rule.types.severity = warning csharp_prefer_braced_block = true:suggestion csharp_preserve_single_line_blocks = true csharp_style_expression_bodied_methods = when_on_single_line:suggestion