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

.editorconfig - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 848c05f899d31997cbadac0934ae7f678e25195c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# top-most EditorConfig file
root = true
end_of_line = "lf"

[*.cs]
indent_style = tab
csharp_new_line_before_open_brace = types,methods
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false
csharp_space_after_keywords_in_control_flow_statements = true
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