Add configuration to ensure a newline before each comment
This adds a `ensure_newline_before_comments` configuration that matches the format that `black` imposes (for better or worse) and allows `isort` to be used with `black` without any thrashing/conflicts with regards to blank lines before comments. Should help address https://github.com/psf/black/issues/251
Loading
Please register or sign in to comment