-
Notifications
You must be signed in to change notification settings - Fork 65
/
FTPSync.sublime-settings
91 lines (84 loc) · 2.46 KB
/
FTPSync.sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"debug": true,
"debug_verbose": true,
"connection_timeout": 100,
"time_format": "%Y-%m-%d %H:%M",
"download_on_open_delay": 5000,
"keep_alive_interval": 5,
"max_threads": 4,
"debug_threads": false,
"debug_json": false,
"ftp_retry_limit": 4,
"ftp_retry_delay": 2.0,
"system_notifications": true,
"browse_display_details": false,
"browse_open_on_download": true,
"browse_display_permission": false,
"browse_timestamp_format": "%Y-%m-%d %H:%M",
"browse_folder_prefix": "▸ ",
"browse_folder_suffix": "",
"browse_file_prefix": "\t",
"browse_file_suffix": "",
"browse_up": "\t..",
"browse_action_prefix": "\t• ",
"project_defaults_name": "default",
"project_defaults": {
"username": null,
"password": "",
"private_key": null,
"private_key_pass": null,
"path": "/",
"encoding": "auto",
"tls": false,
"passive": true,
"use_tempfile": true,
"upload_on_save": true,
"port": 21,
"timeout": 30,
"ignore": null,
"overwrite_newer_prevention": true,
"download_on_open": false,
"upload_delay": 0,
"default_folder_permissions": "755",
"default_local_permissions": "auto",
"default_upload_permissions": null,
"always_sync_local_permissions": true,
"time_offset": 0,
"set_remote_lastmodified": true,
"after_save_watch": null,
"debug_extras": {
"print_list_result": false,
"dump_config_load": false,
"print_ensure_folders": false,
"debug_remote_paths": false,
"after_save_watch": false,
"debug_get_local_path": false,
"debug_mfmt": false,
"debug_put_error": false
}
},
"ignore": "ftpsync\\.settings|\\.gitignore|\\.git|Sublime Text 2/Packages",
"ascii_extensions": [
"txt","ini","xml","nfo","cgi","cfg","conf","bat","sh","inc","sfv","srt",
"htaccess",
"md5","sha","gitignore","pub","ppk",
"html","htm","xhtml","dhtml","phtml","mht",
"tpl","twig","latte",
"css","scss","sass","less","styl",
"js","json","coffee","dart","ts",
"php","php3","php4","php5",
"asp","aspx",
"py","py3",
"c","h","cc","ccp","hpp",
"rb","java","lua","cs","scala","hx","sql",
"settings","sublime-menu","sublime-commands","sublime-project","sublime-settings","sublime-workspace","sublime-keymap"
],
"binary_extensions": [
"raw","exe","mpi",
"pdf","psd","ai","doc","xls","docx","xlsx",
"7z","zip","rar","tar","gz","gzip","ace",
"bmp","jpg","jpeg","ico","png","gif","tiff","pic","tga",
"wmv","avi","mkv","mp4","mpg","mpeg",
"wav","mp3","ac3","flac","3gp"
]
}