tflite-micro/.clang-format
Advait Jain d1a6c7900c
First steps towards getting CI going (#3)
Manually confirmed that the steps in CONTRIBUTING.md work:
```
docker build -t tflm-test -f ci/Dockerfile.micro .
docker run --rm tflm-test
```
2021-04-09 12:54:36 -07:00

4 lines
124 B
YAML

# Run manually to reformat a file:
# clang-format -i --style=file <file>
BasedOnStyle: Google
DerivePointerAlignment: false