mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
30 lines
736 B
INI
30 lines
736 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
max_line_length = 120
|
|
|
|
# ReSharper properties
|
|
resharper_csharp_max_line_length = 120
|
|
resharper_csharp_wrap_after_declaration_lpar = true
|
|
resharper_csharp_wrap_arguments_style = chop_if_long
|
|
resharper_csharp_wrap_parameters_style = chop_if_long
|
|
resharper_keep_existing_attribute_arrangement = true
|
|
resharper_place_field_attribute_on_same_line = if_owner_is_single_line
|
|
resharper_wrap_chained_binary_patterns = chop_if_long
|
|
resharper_wrap_chained_method_calls = chop_if_long
|
|
|
|
[*.{csproj,xml,yml,dll.config,targets,props,slnx}]
|
|
indent_size = 2
|
|
|
|
[nuget.config]
|
|
indent_size = 2
|
|
|
|
[*.gdsl]
|
|
indent_style = tab
|