I am setting up an `.editconfig` file to enforce certain conventions and code styles.
I have noticed that csharp style rules only seem to apply to *.cs files and not razor c# code blocks.
Take, as an example, this simple `.editconfig` file:
root = true# Default settings[*]csharp_prefer_braces = when_multiline:errorWorks in a .cs file:
But it does not work in a @code block of a razor file:
Is this a know limitation? I am using Rider 2025.2.2.