April 04, 2017
On 2017-04-02 16:20, Johan Engelen wrote:

> I've been thinking for some time now about making a good code formatter,
> and the removal of the automatic concat (and the necessity of parens)
> makes automatic reformatting of code _a lot_ harder.

Assuming you're thinking of splitting up lines that are too long. In my opinion, splitting up string literals should only be chosen as one of the last resorts.

For example the Clang formatter, at least in the beginning, only modifies whitespace.

-- 
/Jacob Carlborg
1 2
Next ›   Last »