Skip to content

Commit 2447fa3

Browse files
committed
Reformat.
1 parent 9ee22e6 commit 2447fa3

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

ropython.sublime-project

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
2-
"folders":
3-
[
4-
{
5-
"follow_symlinks": true,
6-
"path": ".",
7-
"file_exclude_patterns": ["*.pyc"],
8-
"folder_exclude_patterns": ["output", ".ve", ".tox", ".env", ".gists", ".junk", ".cache", "cache"]
9-
}
10-
],
2+
"folders": [{
3+
"follow_symlinks": true,
4+
"path": ".",
5+
"file_exclude_patterns": ["*.pyc"],
6+
"folder_exclude_patterns": ["output", ".ve", ".tox", ".env", ".gists", ".junk", ".cache", "cache"]
7+
}],
118
"SublimeLinter": {
129
"@python": 2.7,
1310
"linters": {

0 commit comments

Comments
 (0)