Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6868a57dab17b1c844348e93f40028b7cbb0e94c (plain)
1
2
3
4
5
6
7
8
9
10
11
# top-most EditorConfig file
root = true

[*.cs]
indent_style = tab
csharp_space_between_method_declaration_name_and_open_parenthesis = true
csharp_space_between_method_call_name_and_opening_parenthesis = true
csharp_space_before_open_square_brackets = true
csharp_new_line_before_open_brace = methods
csharp_new_line_before_else = false
csharp_indent_switch_labels = false