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": "",
|
|
|
|
|
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.
|
2015-05-06 16:21:12 +00:00
|
|
|
"ignore": ["^/tmp/", "^/etc/", "^/var/", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"],
|
2013-10-28 04:30:10 +00:00
|
|
|
|
2013-08-09 01:52:45 +00:00
|
|
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
2015-03-23 00:13:32 +00:00
|
|
|
"debug": false,
|
|
|
|
|
|
|
|
// 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,
|
|
|
|
|
|
|
|
// Status bar message format.
|
|
|
|
"status_bar_message_fmt": "WakaTime active %I:%M %p"
|
2013-08-05 05:11:22 +00:00
|
|
|
}
|