Formatter removes a new line after a class closing brace on save, and I can't find an option to disable this behavior. So my phpcs
with Drupal code style always warn about this:
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
32 | ERROR | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
How can I fix this?