prettier / prettier-emacs

Minor mode to format JS code on file save

Home Page:http://jlongster.com/A-Prettier-Formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diff error on OpenBSD

mndrix opened this issue · comments

Running the before-save-hook on OpenBSD fails because diff on that platform doesn't support --strip-trailing-cr (introduced in #13). Removing --strip-trailing-cr fixes the problem.