Skip to content

Commit dca6482

Browse files
yukawahiroyuki-komatsu
authored andcommitted
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
1 parent 52cb89e commit dca6482

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.clang-format

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BasedOnStyle: Google
2+
3+
---
4+
Language: Cpp
5+
PointerAlignment: Right
6+
QualifierAlignment: Left

0 commit comments

Comments
 (0)