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
The changes for #76 seem to indent too much in some real world code.
// new versionDocsections=node.Sections.Count==0?" ":Docs.Concat(Docs.Indent(Docs.Concat(Docs.HardLine,Join(Docs.HardLine,node.Sections.Select(this.Print)))),Docs.HardLine);// old versionDocsections=node.Sections.Count==0?" ":Docs.Concat(Docs.Indent(Docs.Concat(Docs.HardLine,Join(Docs.HardLine,node.Sections.Select(this.Print)))),Docs.HardLine);
prettier appears to use the align doc type for this, to keep from adding too much extra indentation along with a whole lot of other logic for what to do.
The text was updated successfully, but these errors were encountered:
The changes for #76 seem to indent too much in some real world code.
prettier appears to use the align doc type for this, to keep from adding too much extra indentation along with a whole lot of other logic for what to do.
The text was updated successfully, but these errors were encountered: