Skip to content

Instantly share code, notes, and snippets.

@codedecay
Last active November 5, 2015 05:48
Show Gist options
  • Save codedecay/9a037bfc50230fe80935 to your computer and use it in GitHub Desktop.
Save codedecay/9a037bfc50230fe80935 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"auto_find_in_selected": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "windows",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb",
".rake_tasks~",
"*.o",
"*.sublime-workspace",
"*.suo"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"bin",
"obj",
".bundle",
".git",
".sass-cache",
".yardoc",
"coverage",
"log",
"tmp",
"build",
"pkg",
".zeus.sock",
".sass-cache",
"node_modules",
"dist",
"bower_components",
".git",
".vs",
"packages"
],
"font-face": "Monaco",
"font_face": "Consolas",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10.5,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": -1,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"remember_open_files": false,
"rulers":
[
149
],
"scroll_past_end": true,
"shift_tab_unindent": false,
"show_full_path": false,
"show_tab_close_buttons": true,
"spell_check": false,
"tab_completion": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment