1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 18:11:48 +02:00

2 Commits

Author SHA1 Message Date
odaki
697fa6a3d2 suppress get one-line case statements in a switch statement 2020-09-11 07:56:07 +09: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