Skip to content

Instantly share code, notes, and snippets.

@mjhagen
Last active August 29, 2015 14:25
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 mjhagen/ee6bffe5fe9743cee1ad to your computer and use it in GitHub Desktop.
Save mjhagen/ee6bffe5fe9743cee1ad to your computer and use it in GitHub Desktop.
My Sublime settings 7/2015
{
"always_show_minimap_viewport": true,
"animation_enabled": false,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Material Color Scheme/sublime/material-dark.tmTheme",
"detect_indentation": false,
"draw_minimap_border": true,
"find_selected_text": true,
"font_face": "Cousine",
"font_options":
[
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
80
],
"scroll_past_end": true,
"scroll_speed": 0,
"show_encoding": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment