-
Notifications
You must be signed in to change notification settings - Fork 209
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
The output should be a little... prettier. #225
Comments
If we think The think I am worried about is that – aesthetics being subjective – I'm sympathetic to this, but I want to make sure we have data that this is not going to be just moving furniture. We need to be sure this is an improvement. |
Have we opened |
I have not. Do they have a github repo they monitor? |
Just found another one: * For a complete list of examples, see the [samples]
* {@link https://github.com/googleapis/google-auth-library-nodejs/tree/master/samples}. Is changed to: * For a complete list of examples, see the [samples]
* {@link
* https://github.com/googleapis/google-auth-library-nodejs/tree/master/samples}. This changes the semantic meaning of the jsdoc tag and breaks our docs :( |
Are you up to submitting a PR? |
Of course :) |
To be clear: "I don't like how It is a given that For the latter, I went and found a bug that @JustinBeckwith opened against |
Not to pile on, but my question the monitored github repo was a bit leading :) Even if they have a b/ component, that's just not going to be reasonable for any external folk that want to open a bug. |
I believe this is the |
The unconfigurable styling prettier uses is very different to google's clang style so it would be nicer to keep using clang-format if the problems could be fixed. Also see #247 which is another edge case it has trouble with. |
Fixed by #259. |
I've run into a number of situations where the output of clang-format just isn't all that readable. In a lot of cases I feel like it makes the formatting of my sources worse.
It makes me a little sad to say it... but I think it's time to really consider a switch over to prettier. I'd be happy to do this work if we have general agreement, but I wanted to get the conversation started here first.
The only real debate in my mind here is if we should be strictly adhering to the Google style guide. IMO - this really doesn't matter 🤷♂️ I'm actually fine with whatever the default prettier config looks like. All I care about is that it's consistent :)
Thoughts? @google/google-node-team
The text was updated successfully, but these errors were encountered: