diff --git a/Makefile b/Makefile index aac878ff..660ef0d6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ GO_STATICCHECK_VERSION = 2023.1.6 DEFAULT: format build_host build_arm64 format: - cd pkg/pmatch && clang-format -i -style=Google *.h *.c + cd pkg/pmatch && clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 2, ColumnLimit: 79}" *.h *.c gofmt -w . go mod tidy diff --git a/README.md b/README.md index 96177899..f0b37004 100644 --- a/README.md +++ b/README.md @@ -207,4 +207,3 @@ Note that the mounting plate for the Raspberry Pi is 1-2mm too wide, because the - [ ] Add machine learning to classify trains (MobileNet, EfficientNet, https://mediapipe-studio.webapps.google.com/demo/image_classifier) - [ ] Add run/deploy instructions to README (including confighelper) - [ ] Maybe compress URL params - favorites list is getting longer and longer... -- [ ] Apply `clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 2, ColumnLimit: 79}" *.h *.c`