Skip to content

Commit 0b490c0

Browse files
committed
Add .clang-format.
1 parent d42ca17 commit 0b490c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: firestore/.clang-format

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
BasedOnStyle: Google
2+
Standard: Cpp11
3+
ColumnLimit: 80
4+
BinPackParameters: false
5+
AllowAllParametersOfDeclarationOnNextLine: true
6+
SpacesInContainerLiterals: true
7+
DerivePointerAlignment: false
8+
PointerAlignment: Left
9+
IncludeBlocks: Preserve

0 commit comments

Comments
 (0)