-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.editorconfig
38 lines (30 loc) · 1003 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
root = true
# Editor configuration, see https://editorconfig.org
[*]
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf
# ReSharper properties
resharper_csharp_empty_block_style = together
resharper_html_pi_attribute_style = first_attribute_on_single_line
resharper_wrap_before_primary_constructor_declaration_rpar = true
resharper_csharp_wrap_after_declaration_lpar = true
resharper_csharp_wrap_before_declaration_rpar = true
resharper_csharp_wrap_parameters_style = chop_if_long
resharper_wrap_primary_constructor_parameters_style = chop_if_long
# Microsoft .NET properties
csharp_style_namespace_declarations = file_scoped:suggestion
[*.cs]
indent_size = 4
csharp_new_line_before_open_brace = accessors, control_blocks, events, indexers, local_functions, methods, properties, types
[*.ts]
indent_size = 2
ij_typescript_use_double_quotes = false
[*.html]
indent_size = 2
[*.scss]
indent_size = 2
[*.md]
max_line_length = off
trim_trailing_whitespace = false