-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The original implementation didn't work (at all really) on new files or edits. Because `cat file` was running on the pre-saved file we were always formatting the previous version. 🤦 This implementation uses the current contents of the document and writes that to a temporary file to be formatted.
- Loading branch information
1 parent
bb18eab
commit af31f28
Showing
1 changed file
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters