You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to remove the line-break after do! for multi-line expressions when using 4-space indents. do! is 4 characters long and fits into the current alignment scheme.
Single-line expressions should not be affected, as there is no forced line break. I.e. do! writeRelated<TType1, TType3> httpClient host is already fine.
I suggest to remove the line-break after
do!
for multi-line expressions when using 4-space indents.do!
is 4 characters long and fits into the current alignment scheme.Some sample code using the current style guide:
Suggested fix:
Single-line expressions should not be affected, as there is no forced line break. I.e.
do! writeRelated<TType1, TType3> httpClient host
is already fine.I originally filed this under .NET docs: dotnet/docs#39302
The text was updated successfully, but these errors were encountered: