Code inspection: Incorrect line breaks (around parenthesis)Last modified: 11 February 2024 Category: Formatting ID: BadParensLineBreaks EditorConfig: resharper_bad_parens_line_breaks_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.It is equivalent to the following StyleCop rules: SA1110, SA1111, SA1112, SA1116.