Skip to content

Instantly share code, notes, and snippets.

@onesneakymofo
Last active April 27, 2016 20:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onesneakymofo/c131d97b502a6a6f9390 to your computer and use it in GitHub Desktop.
Save onesneakymofo/c131d97b502a6a6f9390 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".links",
"compiled-data",
".venv"
],
"font_face": "Inconsolata",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"material_theme_accent_yellow": true,
"material_theme_appbar_yellow": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_tree_headings": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
90
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_large": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 90
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment