Search code examples
idewebstormjetbrains-ideeditorconfig

.editorconfig JetBrains value with space


I created Code Style rules for my HTML files in JetBrains editor.

One of my rule is:

enter image description here

then I export my rules to .editorconfig file:

enter image description here

when I open my file I see one error for that rule:

enter image description here

also when I reformat code it will break into multiple lines

enter image description here

How to setup editor to not showing error and not breaking rule into multiple lines? I didn't find any rule in EditorConfig Code Style.


Solution

  • It's a known issue.

    https://youtrack.jetbrains.com/issue/IDEA-244480 -- watch this ticket (star/vote/comment) to get notified with any progress.