tflite-micro/.style.yapf
Ryan Kuester b3967a901e
style: add .style.yapf to control yapf styling of Python code (#2709)
Add a .style.yapf file so yapf can be used to style Python code without
passing the project's style via command line option. Remove the
corresponding patch to pigweed's call to yapf, used by CI, and instead
let it too rely on .style.yapf. Remove the developer documentation's
instruction to use the command line option.

BUG=description
2024-10-02 18:36:01 +00:00

3 lines
47 B
Text

[style]
based_on_style = pep8
indent_width = 2