[go: up one dir, main page]

Menu

[8b9c3b]: / .editorconfig  Maximize  Restore  History

Download this file

18 lines (14 with data), 378 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# 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