Skip to content

Instantly share code, notes, and snippets.

@stavarotti
Last active August 29, 2015 14:27
Show Gist options
  • Save stavarotti/e2c7f75321ab493397a4 to your computer and use it in GitHub Desktop.
Save stavarotti/e2c7f75321ab493397a4 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"copy_with_empty_selection": false,
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"drag_text": false,
"draw_indent_guides": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns": [
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"flatland_square_tabs": true,
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
"tmp/*",
"node_modules/*",
"bower_components/*"
],
"font_face": "Consolas",
"font_options": [
"gray_antialias"
],
"font_size": 11,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages": [
"Vintage",
"BracketHighlighter"
],
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": true,
"material_theme_small_tab": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"remember_full_screen": true,
"remember_open_files": false,
"rulers": [
80
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": false,
"show_line_endings": true,
"soda_classic_tabs": false,
"tab_size": 2,
"tabs_small": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"wrap_width": 80,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment