elsa-core/.editorconfig

17 lines
378 B
INI
Raw Normal View History

2018-10-12 18:53:06 +00:00
[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=false
insert_final_newline=false
indent_style=space
indent_size=4
2020-10-16 18:52:32 +00:00
# ReSharper properties
resharper_csharp_max_line_length=240
resharper_keep_user_linebreaks=true
2020-11-14 20:58:48 +00:00
resharper_space_within_single_line_array_initializer_braces=true
2020-10-16 18:52:32 +00:00
2020-10-19 20:12:11 +00:00
# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=false