I have this code:
which gets automatically reformatted into one long line and it is driving me nuts.
When I open resharper’s options (no matter which cs-file), it says:
Which apparently means that sections of my options gets overwritten to something else (the yellow parts, I assume):
But I cannot seem to find any .editorconfig file in the path for this file, nor do I want one.
Please help me! What file is overriding my settings in the resharper options, and how to I fix the autoformat to not scrambling my code into 1 single line?
Edit: It happens when I set the closing ‘}’ of the block. Not when I do “format-document”.
2