Automatically removes empty lines and beginning spaces or tabs from clipboard text.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Use this instead of line 113: ```js this._indicator = new ClipboardLineCleaner(this.getSettings()); ``` and now you have settings inside that class: ```js _init(settings) { this._settings = settings; // ... } ```