mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
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:
committed by
Hiroyuki Komatsu
parent
52cb89ebef
commit
dca6482572
6
.clang-format
Normal file
6
.clang-format
Normal file
@ -0,0 +1,6 @@
|
||||
BasedOnStyle: Google
|
||||
|
||||
---
|
||||
Language: Cpp
|
||||
PointerAlignment: Right
|
||||
QualifierAlignment: Left
|
Reference in New Issue
Block a user