Fix Irregular WhitespaceCleans up your code by replacing all unusual whitespace characters with regular spaces Features
SettingsEnable or disable automatic irregular whitespace cleanup on saveBy default, this extension automatically removes all irregular whitespace from your active file when you save. You can disable this behavior in your user settings by unchecking the following option:
Alternatively, you can disable it directly in your `vscode settings.json by adding the following line:
List of Irregular spacesHandle all the irregular whitespaces from the Eslint https://eslint.org/docs/rules/no-irregular-whitespace MentionFor more details about the irregular whitespaces, and a visual usage of the extension! You can check the following article: https://allalmohamedlamine.medium.com/fixing-and-removing-irregular-spaces-984389e17132 Release Notes0.2.0
0.1.0Add support to all irregular whitespaces listed in eslint no-irregular-whitespace rule, as per https://eslint.org/docs/rules/no-irregular-whitespace 0.0.1Initial release Contributors |