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
#235 reads the file twice, but fixes an important issue to not write a file that has not been modified.
Possibly lets always read in the whole file as a string before sending it to the scanner, then it is available for comparison after formatting.
This should simplify a lot of the code and get rid of the file scanner.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#235 reads the file twice, but fixes an important issue to not write a file that has not been modified.
Possibly lets always read in the whole file as a string before sending it to the scanner, then it is available for comparison after formatting.
This should simplify a lot of the code and get rid of the file scanner.
The text was updated successfully, but these errors were encountered: