mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 09:51:22 +00:00
Manually confirmed that the steps in CONTRIBUTING.md work: ``` docker build -t tflm-test -f ci/Dockerfile.micro . docker run --rm tflm-test ```
4 lines
124 B
YAML
4 lines
124 B
YAML
# Run manually to reformat a file:
|
|
# clang-format -i --style=file <file>
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|