Skip to content

Instantly share code, notes, and snippets.

@lekodeveloperweb
Created January 21, 2016 16:23
Show Gist options
  • Save lekodeveloperweb/f6c0e32859cd3187b9d5 to your computer and use it in GitHub Desktop.
Save lekodeveloperweb/f6c0e32859cd3187b9d5 to your computer and use it in GitHub Desktop.
User Preferences Sublime Text 3
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai Bright (SL).tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
"node_modules",
"obj",
"bin",
"Properties",
"App_Start",
".svn",
".hg",
"CVS"
],
"file_exclude_patterns":
[
"*.user",
"*.vspscc",
"Web.Debug.config",
"Web.Release.config",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"binary_file_patterns": [
"generated/*",
"*.tbz2",
"*.gzip",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment