ericps1 / crts

GNU General Public License v3.0
12 stars 18 forks source link

Format code with clang-format (LLVM style) #2

Closed slarew closed 8 years ago

slarew commented 8 years ago

Please consider using consistent formatting across the crts repo.

For example, tabs or spaces? How many spaces in a soft tab? Opening brackets on same or new line?

As an example of consistent formatting, I ran clang-format with LLVM style on all the source files. Consider using the reformatted files in this PR.

For future development, please look into configuring your text editor to automatically aid with formatting. Most proper text editors have such functionality.

ericps1 commented 8 years ago

Thanks for the feedback. Honestly my background is more in wireless than software development, so I'm sure my coding style could be improved. Hopefully it hasn't caused you or other contestants too much frustration. If you have further comments or suggestions feel free.