Skip to content

Instantly share code, notes, and snippets.

@oller
Created July 14, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oller/f494de40e84d86a77247 to your computer and use it in GitHub Desktop.
Save oller/f494de40e84d86a77247 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 3,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"detect_slow_plugins": true,
"drag_text": false,
"draw_minimap_border": false,
"enable_tab_scrolling": true,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"findreplace_small": true,
"folder_exclude_patterns":
[
"cache",
"logs",
".sass-cache",
".svn",
".git",
".gitignore",
".hg",
".hgcheck",
"web/css",
"web/bundles",
"web/bundles-built"
],
"font_face": "Fira Mono OT",
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter-contrib-jslint",
"AngularJS",
"Predawn"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"shift_tab_unindent": true,
"show_full_path": true,
"sidebar_medium": true,
"spacegray_tabs_xlarge": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment