hoplon / hoplon

Simple and powerful tool for building web apps out of highly composable elements in ClojureScript.
https://hoplon.io/
Eclipse Public License 1.0
1.02k stars 65 forks source link

parinfer support #213

Closed thedavidmeister closed 6 years ago

thedavidmeister commented 6 years ago

a lot of hoplon files trigger parinfer warnings:

screen shot 2017-12-24 at 7 13 09 pm

parinfer is a really cool IDE addition for clojure editing - https://shaunlebron.github.io/parinfer/

all that would need to change for hoplon to support parinfer would be some minor tweaks to whitespace through the project.

burn2delete commented 6 years ago

I have been doing this while working on 7.2 opening all the files should be enough to fix it.

burn2delete commented 6 years ago

All the files have been opened with parinfer enabled.

thedavidmeister commented 6 years ago

woo!