elsa-core/.editorconfig
2020-10-19 22:12:11 +02:00

16 lines
313 B
INI

[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=false
insert_final_newline=false
indent_style=space
indent_size=4
# ReSharper properties
resharper_csharp_max_line_length=240
resharper_keep_user_linebreaks=true
# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=false