You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElectricRCAircraftGuy
changed the title
Add linter to auto-format; consider using clang-format tool for this purpose
Code Formatting: Add linter to auto-format; consider using clang-format tool for this purpose
Apr 13, 2020
…an_up_code
Add clang format to clean up code:
Added clang-format to auto-format the code, and ran it on the main Arduino .ino file.
To run the formatter, simply do this from the command line (see main README for both
Windows and Linux installation instructions):
./run_clang-format.sh
This should be done before all PRs are merged forever and onward into the future,
as a standard practice by the person making the PR before we will merge the PR.
Fixes#21
Add linter to auto-format; consider using clang-format. I volunteer. I'll figure it out.
This is a sub-issue of #11. Don't close #11 until all sub-issues are solved.
The text was updated successfully, but these errors were encountered: