Coding style is inconsistent

Issue #13 resolved
Joseba Echevarria García repo owner created an issue

BennuGD source code seems to follow Allman style while I prefer something more in the line of 1TBS.

This results in different source code files using different conventions, which is far from ideal.

PixTudio could define a .clang-format file with the project's canonical style so that the whole source code followed the same style.

The whole source code should then be formatted to that style.

Comments (1)

  1. Log in to comment