Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.