Skip to content

Instantly share code, notes, and snippets.

@imsus
Created January 11, 2016 10:06
Show Gist options
  • Save imsus/b76f09379a1faee6b34b to your computer and use it in GitHub Desktop.
Save imsus/b76f09379a1faee6b34b to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"afn_insert_dimensions": false,
"always_show_minimap_viewport": true,
"auto_indent": true,
"binary_file_patterns":
[
".DS_Store",
"node_modules/",
"tmp/",
"*.png",
"*.psd",
"*.ai",
"*.min.js",
"tmp/",
"_tmp/"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0,
"caret_style": "solid",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"detect_indentation": false,
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"extend_env":
{
"PATH": "/usr/local/bin"
},
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.sublime-workspace",
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".awestruct",
".sass-cache",
"_developer-materials",
"_downloads",
"_tmp",
"_specs",
"_site",
"_products",
"_projects"
],
"font_face": "Monaco",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Vintageous"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"line_numbers": false,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"material_theme_accent_indigo": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tree_headings": false,
"open_files_in_new_window": false,
"origami_auto_zoom_on_focus": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"show_full_path": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment