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
I saw you were asking for option suggestions, so here are some :), I'd also be happy to help implement it:
ImportAll could specify some exception modules, for example I personally like to import all from for example Html.* but keep it to only that, as that's considered a global module and then in the codebase it can be considered as a builtin like the language features that are not specified either, while it would clutter the code somewhat to have to write Html.div everywhere
Multiline Records could have an option for a minimum length of keys that is okay to have on one line, for example I would prefer it if 2 items were okay on a single line, maybe even 3.
In lieu of these and others it could also be neat with a classical ignore the following line by comment feature
The text was updated successfully, but these errors were encountered:
Hi!
I saw you were asking for option suggestions, so here are some :), I'd also be happy to help implement it:
Html.*
but keep it to only that, as that's considered a global module and then in the codebase it can be considered as a builtin like the language features that are not specified either, while it would clutter the code somewhat to have to writeHtml.div
everywhereThe text was updated successfully, but these errors were encountered: