We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several settings are currently experimental but will soon be published formerly:
When this happens, update the .editorconfig.
# IDE2000, AllowMultipleBlankLines dotnet_style_allow_multiple_blank_lines_experimental = false:warning # IDE2001, AllowEmbeddedStatementsOnSameLine csharp_style_allow_embedded_statements_on_same_line_experimental = false:warning # IDE2002, AllowBlankLinesBetweenConsecutiveBraces csharp_style_allow_blank_lines_between_consecutive_braces_experimental = false:warning # IDE2003, AllowStatementImmediatelyAfterBlock dotnet_style_allow_statement_immediately_after_block_experimental = false:warning # IDE2004, AllowBlankLineAfterColonInConstructorInitializer csharp_style_allow_blank_line_after_colon_in_constructor_initializer_experimental = false:warning
The text was updated successfully, but these errors were encountered:
There are also:
csharp_style_allow_blank_line_after_token_in_arrow_expression_clause_experimental
csharp_style_allow_blank_line_after_token_in_conditional_expression_experimental
Sorry, something went wrong.
No branches or pull requests
Describe the feature
Several settings are currently experimental but will soon be published formerly:
When this happens, update the .editorconfig.
Rules
The text was updated successfully, but these errors were encountered: