# https://EditorConfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
csharp_new_line_before_open_brace = methods, types
csharp_indent_switch_labels = false
csharp_preserve_single_line_blocks = true
csharp_space_after_cast = true
csharp_using_directive_placement = outside_namespace