Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emileperron/replace-invalid-whitespace-on-save
A simple Atom package that removes invalid whitespaces upon save
https://github.com/emileperron/replace-invalid-whitespace-on-save
Last synced: about 1 month ago
JSON representation
A simple Atom package that removes invalid whitespaces upon save
- Host: GitHub
- URL: https://github.com/emileperron/replace-invalid-whitespace-on-save
- Owner: EmilePerron
- License: mit
- Created: 2019-03-06T17:05:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T13:33:03.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T16:46:03.405Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# replace-invalid-whitespace-on-save package
Ever saved a web page, loaded it in the browser only to find there's a weird whitespace somewhere that isn't valid?
Ever faced error messages like ```Call to undefined function ' var_dump()'```?This package is a simple solution to your problem: upon saving, those invalid whitespaces are replaced with regular whitespaces.
It's as simple as that.