Skip to content

Instantly share code, notes, and snippets.

@hugohil
Last active August 29, 2015 14:06
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 hugohil/42eaa5382d6149b034db to your computer and use it in GitHub Desktop.
Save hugohil/42eaa5382d6149b034db to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"draw_white_space": "all",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true,
"line_padding_top": 2,
"line_padding_bottom": 2,
"font_options": [ "gray_antialias" ], // On retina Mac
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment