SIGN IN SIGN UP

Format all cmake files. (#3498)

Summary:
Pull Request resolved: https://github.com/pytorch/executorch/pull/3498

Let's add a `.cmake-format.yaml` and run it over all our cmake files:
`find . \( -name 'CMakeLists.txt' -o -name '*.cmake' \) -exec cmake-format {} -i \;`

`dangle_parens` is needed to put the closing parenthesis on a new line, since we've been doing that most of the time manually.

Reviewed By: dbort

Differential Revision: D56896610

fbshipit-source-id: b48a818cf44c182df7c8461dd10d62cdc01447a9
A
Anthony Shoumikhin committed
d0535fac59e2af8972fc59cbecc3a23448f8e199
Parent: f3874e2
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 5/3/2024, 5:01:41 AM