Skip to content

Commit

Permalink
updated imdone conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Mar 17, 2018
1 parent f1e536e commit b7aea26
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .imdone/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed|imdone-export.json)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"languages": {".R": {"name": "r", "symbol": "#"} },
"watcher": true,
"keepEmptyPriority": true,
"code": {
Expand Down Expand Up @@ -30,8 +31,15 @@
"langPrefix": "language-"
},
"sync": {
"id": "5aacc189cae9560b1512526c",
"name": "mailund/tailr",
"id": "5aacc1b6cae9560b1512528a",
"name": "mailund/pmatch",
"useImdoneioForPriority": true
},
"meta": {
"gh": {
"urlTemplate": "https://github.com/mailund/pmatch/issues/%s",
"titleTemplate": "View github issue %s",
"icon": "icon-octoface"
}
}
}
}

0 comments on commit b7aea26

Please sign in to comment.