Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This would make `git diff` an absolute nightmare.


I can speak to this as I've been using Parinfer on existing code for the last week or so.

There can potentially be a "big diff" when you run Paren Mode on a file for the first time, but that's typically a one-time event. The beauty of Parinfer is that most Lisp code already uses these conventions.

Once you start using Parinfer's Indent Mode regularly it feels crazy to write or edit lisp without it.

One of my plans for atom-parinfer[0] is to have a comment flag in a file that will automatically signal "use Parinfer on this file". Similar to JSHint inline configurations [1].

[0] https://github.com/oakmac/atom-parinfer [1] http://jshint.com/docs/#inline-configuration


How so? All it does is automate the maintenance of exactly the same formatting that the developer would otherwise produce by hand.


Not if you're using that style of bracing already. I'm guessing you have a different style convention?


"git diff -w"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: