Skip to content

Commit 00f80d1

Browse files
zhiicstqchen
authored andcommitted
add .clang-format (apache#2395)
1 parent be07fac commit 00f80d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.clang-format

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Run the following command to reformat a file:
2+
# clang-format -i -style=Google <file>
3+
# Or use clang-format-diff to only reformat the changed lines:
4+
# https://clang.llvm.org/docs/ClangFormat.html
5+
BasedOnStyle: Google
6+
DerivePointerAlignment: false
7+
ColumnLimit: 100
8+
PointerAlignment: Left

0 commit comments

Comments
 (0)