mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
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
7 lines
89 B
YAML
7 lines
89 B
YAML
BasedOnStyle: Google
|
|
|
|
---
|
|
Language: Cpp
|
|
PointerAlignment: Right
|
|
QualifierAlignment: Left
|