Force line break before dot
How do you force line breaks before the dot?
For example:
Method()
.CallAnother()
.AndAnother()
I also want to flow the following:
Bind<IService>().ToMethod(ctx => new DataRetrievalService()).InSingletonScope().Named(
"LIVESERVICE");
As:
Bind<IDataRetrievalService>()
.ToMethod(
ctx => new AdobeDataRetrievalService())
.InSingletonScope()
.Named("LIVESEARCHRETRIEVALSERVICE");
This may be the same thing or it could be something different??
Please sign in to leave a comment.
Hello Tim,
There's no such option yet, but your request is pretty similar to http://youtrack.jetbrains.net/issue/RSRP-88220
and you're welcome to vote for it. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"