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
If an IOException occurs during writing the formatted content, or if the formatter itself changes the content in an unexpected way (see, for example, google/google-java-format#47), we might loose data. Since we will eventually recommend people to run the formatting task in a pre-commit hook, this could be very bad.
The text was updated successfully, but these errors were encountered:
sherter
changed the title
Consider making backups of the files before formatting
Consider making backups of the files before writing formatted content
May 6, 2016
If an IOException occurs during writing the formatted content, or if the formatter itself changes the content in an unexpected way (see, for example, google/google-java-format#47), we might loose data. Since we will eventually recommend people to run the formatting task in a pre-commit hook, this could be very bad.
The text was updated successfully, but these errors were encountered: