Skip to content

Commit

Permalink
Set default prefix config as false
Browse files Browse the repository at this point in the history
  • Loading branch information
akalongman committed Nov 28, 2017
1 parent 4007381 commit 6c4609d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutoBackups (Linux).sublime-settings
Expand Up @@ -23,7 +23,7 @@
// prefix: "auto-save.myfile_095034.php"
// suffix: myfile_095034.auto-save.php
// if None or false won't change the name
"backup_name_mode":"prefix",
"backup_name_mode": false,

// Files larger than this many bytes won't be backed up.
"max_backup_file_size_bytes": 262144, // = 256 KB
Expand Down
2 changes: 1 addition & 1 deletion AutoBackups (OSX).sublime-settings
Expand Up @@ -23,7 +23,7 @@
// prefix: "auto-save.myfile_095034.php"
// suffix: myfile_095034.auto-save.php
// if None or false won't change the name
"backup_name_mode":"prefix",
"backup_name_mode": false,

// Files larger than this many bytes won't be backed up.
"max_backup_file_size_bytes": 262144, // = 256 KB
Expand Down
2 changes: 1 addition & 1 deletion AutoBackups (Windows).sublime-settings
Expand Up @@ -23,7 +23,7 @@
// prefix: "auto-save.myfile_095034.php"
// suffix: myfile_095034.auto-save.php
// if None or false won't change the name
"backup_name_mode":"prefix",
"backup_name_mode": false,

// Files larger than this many bytes won't be backed up.
"max_backup_file_size_bytes": 262144, // = 256 KB
Expand Down

0 comments on commit 6c4609d

Please sign in to comment.