On Thu, Oct 3, 2013 at 8:58 AM, Francois Berenger <berenger@riken.jp> wrote:
Is there a way to automatically cut all long lines
in a code base (and indent the cut part correctly)?


If I wanted to do it I would write a script in Emacs. (Sorry for unhelpful answer, but the other answers were also unhelpful...) I use `auto-fill-mode' in Emacs: when I insert a space beyond a given column, it automatically breaks the line at a previous space.