seagull-js / seagull

the core of the seagull framework
https://seagull-js.github.io/seagull/
GNU Lesser General Public License v3.0
10 stars 5 forks source link

chore(routes): fix formatting of generated routes #61

Closed DfHlyu4aida closed 5 years ago

DfHlyu4aida commented 5 years ago

This puts the route definitions at the start of the line, where it belongs.

Harper04 commented 5 years ago

Will break when #58 gets merged. I am not really sure if we should value readability in a generated file which no one edits over readability inside our code. i am open for further thoughts (for example run a beautifier over this)

DfHlyu4aida commented 5 years ago

Agreed. But can't we run a prettier/formatter over the generated files?