Skip to content

Commit 793c571

Browse files
Fix indents
1 parent d7aca05 commit 793c571

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"icon": "images/over_react.png",
88
"license": "SEE LICENSE IN LICENSE",
99
"bugs": {
10-
"url": "https://github.com/jacehensley/vscode-over-react-snippets/issues"
11-
},
10+
"url": "https://github.com/jacehensley/vscode-over-react-snippets/issues"
11+
},
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/jacehensley/vscode-over-react-snippets"
@@ -20,16 +20,16 @@
2020
"Snippets"
2121
],
2222
"keywords": [
23-
"dart",
24-
"dartlang",
23+
"dart",
24+
"dartlang",
2525
"overreact"
26-
],
26+
],
2727
"contributes": {
2828
"snippets": [
29-
{
29+
{
3030
"language": "dart",
3131
"path": "./snippets/snippets.json"
32-
}
32+
}
3333
]
3434
}
3535
}

0 commit comments

Comments
 (0)