zephyr.js icon indicating copy to clipboard operation
zephyr.js copied to clipboard

Add a code checker/beautifier to enforce coding style

Open jprestwo opened this issue 9 years ago • 0 comments

It would be nice to add a code style checker to the build so people can more easily abide by our coding style. One option is uncrustify which I have some experience with. The most work involved with uncrustify is creating the configuration file which has quite a few options. We will first need to decide on the specifics of our coding style, then create the config file that uncrustify will use to check our code.

jprestwo avatar Nov 11 '16 22:11 jprestwo