Skip to content

Commit

Permalink
add fix irregular whitespace plugin for gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Nov 28, 2019
1 parent ff8318c commit d62a721
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
tasks:
- init: yarn

vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dword-design/base",
"version": "1.5.5",
"version": "1.5.6",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions src/config-files/gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
tasks:
- init: yarn

vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==

0 comments on commit d62a721

Please sign in to comment.