Skip to content

Commit a214b2d

Browse files
authored
Merge pull request #95 from firebase/ehsann/add-clang-format
Add .clang-format.
2 parents d42ca17 + 0b490c0 commit a214b2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

firestore/.clang-format

Lines changed: 9 additions & 0 deletions
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)