diff --git a/.editorconfig b/.editorconfig index 7aecde95ee..e42b8b6a8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,6 +19,9 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true +# temporary workaround for https://youtrack.jetbrains.com/issue/RIDER-130051/Cannot-resolve-symbol-inspections-incorrectly-firing-for-xmldoc-protected-member-references +resharper_c_sharp_warnings_cs1574_cs1584_cs1581_cs1580_highlighting = hint + #license header file_header_template = Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.\nSee the LICENCE file in the repository root for full licence text.