2013-08-09 01:52:45 +00:00
|
|
|
// WakaTime Default Settings
|
|
|
|
// Use this as a reference when editing your local User settings.
|
|
|
|
// This settings file will be overwritten when upgrading.
|
|
|
|
|
2013-08-05 05:11:22 +00:00
|
|
|
{
|
2014-03-14 20:36:20 +00:00
|
|
|
// Your api key from https://wakatime.com/#apikey
|
2013-08-05 05:11:22 +00:00
|
|
|
// Set this in your User specific WakaTime.sublime-settings file.
|
2013-08-09 01:52:45 +00:00
|
|
|
"api_key": "",
|
2017-04-11 01:55:24 +00:00
|
|
|
|
2017-03-10 16:11:40 +00:00
|
|
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
|
|
|
"debug": false,
|
|
|
|
|
|
|
|
// Proxy with format https://user:pass@host:port or socks5://user:pass@host:port or domain\\user:pass.
|
|
|
|
"proxy": "",
|
2017-04-11 01:55:24 +00:00
|
|
|
|
2013-10-28 04:30:10 +00:00
|
|
|
// Ignore files; Files (including absolute paths) that match one of these
|
|
|
|
// POSIX regular expressions will not be logged.
|
2017-04-11 01:55:24 +00:00
|
|
|
"ignore": ["^/tmp/", "^/etc/", "^/var/(?!www/).*", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"],
|
|
|
|
|
2017-09-14 14:39:28 +00:00
|
|
|
// Include files; Files (including absolute paths) that match one of these
|
2017-09-15 00:51:22 +00:00
|
|
|
// POSIX regular expressions will bypass your ignore setting.
|
2017-09-14 14:39:28 +00:00
|
|
|
"include": [".*"],
|
|
|
|
|
2015-03-23 00:13:32 +00:00
|
|
|
// Status bar message. Set to false to hide status bar message.
|
|
|
|
// Defaults to true.
|
2015-06-21 17:42:31 +00:00
|
|
|
"status_bar_message": true,
|
2017-04-11 01:55:24 +00:00
|
|
|
|
2015-06-21 17:42:31 +00:00
|
|
|
// Status bar message format.
|
2017-03-04 16:21:21 +00:00
|
|
|
"status_bar_message_fmt": "WakaTime {status} %I:%M %p",
|
|
|
|
|
2017-03-10 16:11:40 +00:00
|
|
|
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
|
2017-11-06 04:04:48 +00:00
|
|
|
"hidefilenames": false,
|
|
|
|
|
|
|
|
// Python binary location. Uses python from your PATH by default.
|
|
|
|
"python_binary": ""
|
2013-08-05 05:11:22 +00:00
|
|
|
}
|