[11.x] Nearly all classes containing unneccesary whitespaces between code blocks
Opened this issue · 0 comments
mediaessenz commented
Because of this it is very difficult to create patch files, because modern ides like phpstorm remove all unneccesary whitespaces on saving a file, which should be standard nowadays.
If your ide respects .editorconfig files, this setting should do the trick:
trim_trailing_whitespace = true