We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
space_surround
The docs for space_surround:
Space surround option affects formatting of import lists on a single line....
Can this feature be extended to also cover record updates, such as:
-- | Generate generics using purescript-generics-rep useGenRep :: Switch useGenRep = Endo $ \settings -> settings{genericsGenRep = True}
IMO it would be nice to modify settings{genericsGenRep = True} to settings { genericsGenRep = True }
settings{genericsGenRep = True}
settings { genericsGenRep = True }
or settings {genericsGenRep = True}
settings {genericsGenRep = True}
stylish-haskell 0.14.4.0
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs for
space_surround
:Can this feature be extended to also cover record updates, such as:
IMO it would be nice to modify
settings{genericsGenRep = True}
tosettings { genericsGenRep = True }
or
settings {genericsGenRep = True}
stylish-haskell 0.14.4.0
Thanks
The text was updated successfully, but these errors were encountered: