sublime-rana/WakaTime.sublime-settings

27 lines
927 B
Plaintext
Raw Normal View History

// WakaTime Default Settings
// Use this as a reference when editing your local User settings.
// This settings file will be overwritten when upgrading.
{
// Your api key from https://wakatime.com/#apikey
// Set this in your User specific WakaTime.sublime-settings file.
"api_key": "",
// 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$"],
// 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.
"status_bar_message": true,
// Status bar message format.
2017-03-04 16:21:21 +00:00
"status_bar_message_fmt": "WakaTime {status} %I:%M %p",
// Hide filenames
"hidefilenames": false
}