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
On Fri, Apr 23, 2021 at 4:06 PM Bela VanderVoort ***@***.***> wrote:
This used to keep the { } on the same line. No need to break if there is
nothing actually in the body.
public virtual Castle.Components.DictionaryAdapter.IDictionaryBehavior Copy()
{ }
On the other hand this is past the 80 character limit, and doesn't break
at all til the braces. But maybe that is fine?
public override System.Collections.Generic.IEnumerable<string> GetDynamicMemberNames()
{ }
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#133>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRDLN6ETZVR2TRUCNECCTTKH4QDANCNFSM43POZQIQ>
.
This used to keep the { } on the same line. No need to break if there is nothing actually in the body.
On the other hand this is past the 80 character limit, and doesn't break at all til the braces. But maybe that is fine?
The text was updated successfully, but these errors were encountered: