Is your feature request related to a problem? Please describe.
It is necessary to support some formatting options to improve the project code (see this):
If then else Transformations into its various forms, for example:
if expr1
then expr2
else expr3
see this
- Separate options for transferring expressions using the pipeline operator.
- Add an option to format the list of parameters of methods and constructors.
Describe the solution you'd like
Support for all this in fatomas
Is your feature request related to a problem? Please describe.
It is necessary to support some formatting options to improve the project code (see this):
If then elseTransformations into its various forms, for example:see this
Describe the solution you'd like
Support for all this in fatomas