Introduce .clang-format

See https://clang.llvm.org/docs/ClangFormatStyleOptions.html about the format.

See https://clang.llvm.org/docs/ClangFormat.html about how to trigger clang-format and integrations with common editors.

PiperOrigin-RevId: 523046409
This commit is contained in:
Yohei Yukawa
2023-04-10 06:18:39 +00:00
committed by Hiroyuki Komatsu
parent 52cb89ebef
commit dca6482572

6
.clang-format Normal file
View File

@ -0,0 +1,6 @@
BasedOnStyle: Google
---
Language: Cpp
PointerAlignment: Right
QualifierAlignment: Left