Skip to content

Commit b4034a7

Browse files
committed
Merge pull request #2 from adambullmer/formatters
Formatters
2 parents 508deb1 + 4c0506b commit b4034a7

14 files changed

+1158
-517
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.3

Default.sublime-keymap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"command": "docblockr_python",
77
"context": [
88
{ "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
9-
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
10-
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
11-
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
12-
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
9+
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
10+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
11+
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
12+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
1313
]
1414
},
1515
{
@@ -19,10 +19,10 @@
1919
"command": "docblockr_python",
2020
"context": [
2121
{ "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
22-
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
23-
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
24-
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
25-
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
22+
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
23+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
24+
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
25+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
2626
]
2727
},
2828
{
@@ -32,10 +32,10 @@
3232
"command": "docblockr_python",
3333
"context": [
3434
{ "key": "selector", "operator": "equal", "operand": "string.quoted.double.block", "match_all": false },
35-
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
36-
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
37-
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
38-
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
35+
{ "key": "setting.auto_indent", "operator": "equal", "operand": true, "match_all": true },
36+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
37+
{ "key": "auto_complete_visible", "operator": "equal", "operand": false, "match_all": true },
38+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "^\\s*(\"\"\")\\s*$", "match_all": true }
3939
]
4040
}
4141
]

0 commit comments

Comments
 (0)