Skip to content

Instantly share code, notes, and snippets.

@iqiancheng
Last active December 25, 2023 03:53
Show Gist options
  • Save iqiancheng/36d7117b27a99b9b0356bc3f54751acc to your computer and use it in GitHub Desktop.
Save iqiancheng/36d7117b27a99b9b0356bc3f54751acc to your computer and use it in GitHub Desktop.
Sublime Text4 用户设置模版
{
"auto_complete": true,
"auto_complete_delay": 500,
"auto_complete_size_limit": 4194304,
"bold_folder_labels": true,
"caret_extra_width": 2,
"font_size": 15,
"update_check": false,
"show_encoding": true,
"default_encoding": "UTF-8",
"enable_hexadecimal_encoding": true,
"save_on_focus_lost": true,
"close_windows_when_empty": false,
"shell_timeout": 30,
"show_full_path": true,
"show_panel_on_build": true,
"preview_on_click": true,
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache", "tmp"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db"],
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
"ignored_packages": ["Vintage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment