Skip to content
New issue

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

Automaticall replace .EQ. with == #30

Closed
MRedies opened this issue Sep 5, 2018 · 1 comment · Fixed by #38
Closed

Automaticall replace .EQ. with == #30

MRedies opened this issue Sep 5, 2018 · 1 comment · Fixed by #38
Labels
enhancement Enhancement to existing feature
Milestone

Comments

@MRedies
Copy link

MRedies commented Sep 5, 2018

Often times programmers use operators such as .EQ. and .LT. instead of == and <. I think the mathematical kind is much easier to understand.

This could also be an optional feature.

@pseewald
Copy link
Collaborator

pseewald commented Sep 5, 2018

Yes this could be a feature. Until now, fprettify was about whitespace changes only, but I agree that other (optional) features like this would be useful! This is related to #16.

@pseewald pseewald added the enhancement Enhancement to existing feature label Sep 5, 2018
@pseewald pseewald added this to the v0.4 milestone Sep 5, 2018
This was referenced May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants