We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it's weird that the arguments for Uri.dataFromString here are indented at the same level as the function call:
Uri.dataFromString
void main() { mapInPlace( resultSourceMap.urls, (url) => url == '' ? Uri.dataFromString( stylesheet.span.file.getText(0), encoding: utf8, ).toString() : importCache.sourceMapUrl(Uri.parse(url)).toString(), ); }
I'd prefer
...which I think also better matches the way constructor initializers are indented.
The text was updated successfully, but these errors were encountered:
Yeah, I agree this doesn't look great.
Sorry, something went wrong.
No branches or pull requests
I think it's weird that the arguments for
Uri.dataFromString
here are indented at the same level as the function call:I'd prefer
...which I think also better matches the way constructor initializers are indented.
The text was updated successfully, but these errors were encountered: