diff --git a/.imdone/config.json b/.imdone/config.json index eab68f1..c115618 100644 --- a/.imdone/config.json +++ b/.imdone/config.json @@ -1,58 +1,63 @@ -{ - "exclude": [ - "^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$" - ], - "watcher": true, - "keepEmptyPriority": false, - "code": { - "include_lists": [ - "TODO", - "DOING", - "DONE", - "PLANNING", - "FIXME", - "ARCHIVE", - "HACK", - "CHANGED", - "XXX", - "IDEA", - "NOTE", - "REVIEW", - "TODO", - "DONE", - "DOING", - "IDEA", - "NOTE" - ] - }, - "lists": [ - { - "name": "TODO", - "hidden": false - }, - { - "name": "DONE", - "hidden": false - }, - { - "name": "DOING", - "hidden": false - }, - { - "name": "IDEA", - "hidden": false - }, - { - "name": "NOTE", - "hidden": false - } - ], - "marked": { - "gfm": true, - "tables": true, - "breaks": false, - "pedantic": false, - "smartLists": true, - "langPrefix": "language-" - } +{ + "exclude": [ + "^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$" + ], + "watcher": true, + "keepEmptyPriority": false, + "code": { + "include_lists": [ + "TODO", + "DOING", + "DONE", + "PLANNING", + "FIXME", + "ARCHIVE", + "HACK", + "CHANGED", + "XXX", + "IDEA", + "NOTE", + "REVIEW", + "TODO", + "DONE", + "DOING", + "IDEA", + "NOTE" + ] + }, + "lists": [ + { + "name": "TODO", + "hidden": false + }, + { + "name": "DONE", + "hidden": false + }, + { + "name": "DOING", + "hidden": false + }, + { + "name": "IDEA", + "hidden": false + }, + { + "name": "NOTE", + "hidden": false + } + ], + "marked": { + "gfm": true, + "tables": true, + "breaks": false, + "pedantic": false, + "smartLists": true, + "langPrefix": "language-" + }, + "sync": { + "id": "5a5291e775f64b50c593e35a", + "name": "rapidExpedition/theExpeditionarium", + "useImdoneioForPriority": true + } } \ No newline at end of file