Skip to content

Commit

Permalink
change clang-format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Dec 9, 2023
1 parent 9ff7e87 commit 0bbbe7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 0bbbe7a

Please sign in to comment.