Skip to content

Instantly share code, notes, and snippets.

@vizvamitra
Created October 4, 2017 21:36
Show Gist options
  • Select an option

  • Save vizvamitra/e63b070f6a5db46606aa3524e23c9192 to your computer and use it in GitHub Desktop.

Select an option

Save vizvamitra/e63b070f6a5db46606aa3524e23c9192 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme",
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Floobits",
"Markdown",
"MarkdownLight",
"Vintage"
],
"index_files": true,
"margin": 0,
"match_brackets_angle": true,
"mdpopups.sublime_user_lang_map": null,
"mdpopups.use_sublime_highlighter": null,
"overlay_scroll_bars": "enabled",
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment