-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0aad485
commit 3b3f4b7
Showing
7 changed files
with
94 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
|
||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// ~/sublime_backups | ||
"backup_dir": "~/sublime_backups", | ||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// ~/sublime_backups | ||
"backup_dir": "~/sublime_backups", | ||
|
||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
// If true, backups saved per day, in separate folders, for example ~/sublime_backups/2013-05-23 | ||
"backup_per_day": false, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
|
||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// ~/sublime_backups | ||
"backup_dir": "~/sublime_backups", | ||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// ~/sublime_backups | ||
"backup_dir": "~/sublime_backups", | ||
|
||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
// If true, backups saved per day, in separate folders, for example ~/sublime_backups/2013-05-23 | ||
"backup_per_day": false, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
// Don't make changes to this file directly as they can get wiped out when the | ||
// plugin is updated. Instead transfer what you need to the 'Settings - User' file. | ||
|
||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// D:/Sublime Text Backups | ||
"backup_dir": "D:/Sublime Text Backups", | ||
// The directory where we'll keep our backups. If empty, we'll try to put them in | ||
// D:/Sublime Text Backups | ||
"backup_dir": "D:/Sublime Text Backups", | ||
|
||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
// If true, also save a backup copy any time a file is opened (if backup file not exists) | ||
"backup_on_open_file": true, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
// If true, backups saved per day, in separate folders, for example D:/Sublime Text Backups/2013-05-23 | ||
"backup_per_day": false, | ||
|
||
// Files larger than this many bytes won't be backed up. | ||
"max_backup_file_size_bytes": 262144 // = 256 KB | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters