mkremins / flense

Edit trees, not text
MIT License
101 stars 3 forks source link

Always lay out certain special forms across multiple lines #62

Closed mkremins closed 9 years ago

mkremins commented 9 years ago

Variants of def, fn and let tend to look weird when laid out on a single line, even if they technically fit. These should probably be handled separately in the layout code to ensure that they're always laid out across multiple lines.