14 lines
260 B
INI
14 lines
260 B
INI
|
indent_style = tabs
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.cs]
|
||
|
|
||
|
# IDE0008: Use explicit type
|
||
|
csharp_style_var_when_type_is_apparent = true
|
||
|
|
||
|
# IDE0008: Use explicit type
|
||
|
csharp_style_var_for_built_in_types = true
|
||
|
|
||
|
# IDE0008: Use explicit type
|
||
|
csharp_style_var_elsewhere = true
|