Automatic Line Breaks or Wrapping feature doesn't follow the 4 whitespaces rule
Hello,
I'm using a custom editorconfig and the indent style is set to multiples of 4 spaces and the maximum line length is set to 120 (it hard wraps at 120). Normally, it works ok but if I reformat a code with a long line, it automatically breaks the line as intended but doesn't leave whitespace indent in multiples of 4. For example, it leaves 27 spaces instead of 28 and it doesn't suit the linter settings. Seems like it should leave extra space to prevent this. How can I prevent this to happen? Automatically wrapped lines must have spaces in multiples of 4 as well.
Please sign in to leave a comment.
Hello,
Could you please share your editorconfig and settings with us, so we could try to reproduce it with exactly your settings on our side? You can do it with a new issue on our tracker. Thank you in advance!