ruby/psych

Added whitespaces for empty array element

Antronin opened this issue · 0 comments

Psych adds whitespaces to the end of below lines:

  date:
    abbr_month_names:
    -  <-- whitespace added to the end of the line
    - Jan
    - Feb

But I would like to remove all whitespace at line endings. Is there a solution?