1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-17 06:08:15 +01:00

2 Commits

Author SHA1 Message Date
Mitch Bradley
77dfa95555
Avoid reiterationIteration in spindle names (#530) 2020-08-10 10:37:32 -10:00
Mitch Bradley
82b74da72d
Clang Format (#514)
* Apply clang-format

* Fixed conflict between "print.h" and <print.h>

print.h and print.cpp are not used.

* machine.h: clang-format off is unnecessary

* ifdef ARDUINO_ARCH_ESP32 is unnecessary

and causes irritiating indentation of other includes

* Revert formatting of nofile.h

But leave pragma changes.

* Fix nofile.h again

* Some files were not formatted ...

and .clang-format needed to be tweaked to
give the same results with clang-format v6 and v10

* clang-format v6 vs v10 compatibility
2020-08-07 10:13:51 -10:00