Code inspection: Incorrect line breaks (multiple type members on one line)Last modified: 26 May 2024 Category: Formatting ID: MultipleTypeMembersOnOneLine EditorConfig: resharper_multiple_type_members_on_one_line_highlighting=[error|warning|suggestion|hint|none] Default severity: Disabled Language: C# Requires SWA: NotipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.This inspection verifies code formatting rules.The inspection helps to avoid associating a wrong value or behavior with a certain member. This is especially crucial when signatures are very long and less likely to scroll to the end of the line:Gif