|
|
|
|
|
by wruza
1619 days ago
|
|
If you mean "install prettier, set it as a default formatter", then it doesn't. I tried all shallow methods, then all deep ones I was able to comprehend. Indentation rules are different from formatting, and default prettier settings mess it up completely into argument-per-line if it's a big hierarchy (which it usually is). Hyperscript readability highly depends on how you format it. Fun part is, neovim plugin reindents it correctly with =. |
|