Created
April 24, 2015 02:18
-
-
Save samgooi4189/d674547448e60ec42769 to your computer and use it in GitHub Desktop.
[Solution] Whitespace trailing remove on Atom
This file contains hidden or 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
For Atom editor, the whitespace trailing removal is activated as default, which is annoying because it overrides your files without telling you then cause massive git diff in your project. | |
To disable this: | |
1. Go to Edit >> Preferences | |
2. Select Packages, search for whitespace, then click edit | |
3. untick Remove Trailing Whitespace | |
You are good to go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment