Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrose committed Mar 26, 2019
1 parent d53f193 commit 46d5f53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vsc-python-indent",
"displayName": "Python Indent",
"description": "Correct python indentation.",
"version": "0.4.0",
"version": "0.5.0",
"engines": {
"vscode": "^1.30.0"
},
Expand Down Expand Up @@ -36,18 +36,18 @@
"command": "pythonIndent.newlineAndIndent",
"title": "newline and auto indent"
}
],
"configuration": {
"type": "object",
"title": "Python Indent configuration",
"properties": {
"pythonIndent.useTabOnHangingIndent": {
"type": "boolean",
"default": false,
"description": "After creating a hanging indent, press tab to leave the indented section and go to the ending bracket."
}
}
}
],
"configuration": {
"type": "object",
"title": "Python Indent configuration",
"properties": {
"pythonIndent.useTabOnHangingIndent": {
"type": "boolean",
"default": false,
"description": "After creating a hanging indent, press tab to leave the indented section and go to the ending bracket."
}
}
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit 46d5f53

Please sign in to comment.