Files
mozc/.clang-format
Yohei Yukawa dca6482572 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
2023-04-10 06:18:39 +00:00

7 lines
89 B
YAML

BasedOnStyle: Google
---
Language: Cpp
PointerAlignment: Right
QualifierAlignment: Left