add .clang-format

Google style, with no overrides. This may help automatic formatting in
some tools that don't pass `--style` by default.

Bug: 433996651
Change-Id: I5fb28f43bd3dd1862aaf89b73a24dfb63f80a193
This commit is contained in:
James Zern
2025-08-01 13:14:54 -07:00
parent f3109bd6c8
commit 67cd2fc03a

3
.clang-format Normal file
View File

@@ -0,0 +1,3 @@
---
Language: Cpp
BasedOnStyle: Google