Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 9e14f8e

Browse files
author
Mikhail Arkhipov
committed
Merge branch 'master' of https://github.com/Microsoft/python-language-server into tests
2 parents da620b4 + 5268218 commit 9e14f8e

19 files changed

Lines changed: 1836 additions & 2463 deletions

src/.editorconfig

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
root = true
2+
[*.cs]
3+
4+
end_of_line = crlf
5+
6+
indent_size = 4
7+
8+
indent_style = space
9+
10+
insert_final_newline = false
11+
12+
tab_width = 4
13+
14+
csharp_space_between_method_declaration_name_and_open_parenthesis = false
15+
16+
csharp_space_between_method_declaration_parameter_list_parentheses = false
17+
18+
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
19+
20+
csharp_space_between_method_call_name_and_opening_parenthesis = false
21+
22+
csharp_space_between_method_call_parameter_list_parentheses = false
23+
24+
csharp_space_between_method_call_empty_parameter_list_parentheses = false
25+
26+
csharp_space_after_keywords_in_control_flow_statements = true
27+
28+
csharp_space_between_parentheses = None
29+
30+
csharp_space_after_cast = false
31+
32+
csharp_style_inlined_variable_declaration = true:error
33+
34+
csharp_space_before_open_square_brackets = false
35+
36+
csharp_space_between_empty_square_brackets = false
37+
38+
csharp_space_between_square_brackets = false
39+
40+
csharp_space_after_colon_in_inheritance_clause = true
41+
42+
csharp_space_after_comma = true
43+
44+
csharp_space_after_dot = false
45+
46+
csharp_space_after_semicolon_in_for_statement = true
47+
48+
csharp_space_before_colon_in_inheritance_clause = true
49+
50+
csharp_space_before_comma = false
51+
52+
csharp_space_before_dot = false
53+
54+
csharp_space_before_semicolon_in_for_statement = false
55+
56+
csharp_space_around_binary_operators = before_and_after
57+
58+
csharp_indent_braces = false
59+
60+
csharp_indent_block = true
61+
62+
csharp_indent_switch_labels = true
63+
64+
csharp_preserve_single_line_blocks = true
65+
66+
csharp_preserve_single_line_statements = true
67+
68+
csharp_new_line_before_open_brace = none
69+
70+
csharp_new_line_before_catch = false
71+
72+
csharp_new_line_before_else = false
73+
74+
csharp_new_line_before_finally = false
75+
76+
csharp_new_line_before_members_in_anonymous_types = false
77+
78+
csharp_new_line_before_members_in_object_initializers = false

src/Analysis/Engine/Test/AnalysisTest.Perf.cs

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)