unveres/dexterm

Awful library formatting

Opened this issue · 1 comments

This pice of code is awful

  int   ch,
        i,
        r;

For you so, not for me. It's formatting convention that I normally use, and even if it's just 2 characters per line I use it for consistency's sake. Moreover it's prettier for me than
int ch, i, r;

;)