Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created April 24, 2015 02:18
Show Gist options
  • Save samgooi4189/d674547448e60ec42769 to your computer and use it in GitHub Desktop.
Save samgooi4189/d674547448e60ec42769 to your computer and use it in GitHub Desktop.
[Solution] Whitespace trailing remove on Atom
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