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
|
|
|
{
|
|
|
|
// Your api key from https://www.wakati.me/#apikey
|
|
|
|
// Set this in your User specific WakaTime.sublime-settings file.
|
2013-08-09 01:52:45 +00:00
|
|
|
"api_key": "",
|
|
|
|
|
|
|
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
|
|
|
"debug": false
|
2013-08-05 05:11:22 +00:00
|
|
|
}
|