-
Notifications
You must be signed in to change notification settings - Fork 124
Format Firestore source code with clang-format #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -37,7 +37,8 @@ class DocumentReferenceInternal : public Wrapper { | |||
|
|||
DocumentReferenceInternal(FirestoreInternal* firestore, | |||
const jni::Object& object) | |||
: Wrapper(firestore, object), promises_(firestore) {} | |||
: Wrapper(firestore, object), promises_(firestore) { | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the old way.
Can you find out which config we can use to get the old way? I am OK to leave it if it takes you more than 10 minutes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. I just had to remove AllowShortFunctionsOnASingleLine: None
from firestore/.clang-format
.
AllowShortFunctionsOnASingleLine: None |
✅ Integration test succeeded!Requested by @dconeybe on commit ce5aa57 |
No description provided.