forked from NoxArt/SublimeText2-FTPSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FTPSync.sublime-settings
66 lines (59 loc) · 1.61 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
{
"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,
"system_notifications": true,
"browse_open_on_download": true,
"browse_display_permission": false,
"browse_timestamp_format": "%Y-%m-%d %H:%M",
"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",
"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
}
},
"ignore": "ftpsync\\.settings|\\.gitignore|\\.git|Sublime Text 2/Packages",
"ascii_extensions": [
"txt","ini","xml","json",
"html","htm","xhtml","css","asp",
"js","php","py","py3","c","h","cc","ccp","hpp","rb"
],
"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"
]
}