Skip to content

Instantly share code, notes, and snippets.

@kunalvarma05
Created August 16, 2015 16:00
Show Gist options
  • Save kunalvarma05/ca51e4dff13147d68817 to your computer and use it in GitHub Desktop.
Save kunalvarma05/ca51e4dff13147d68817 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
],
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_slow_plugins": false,
"find_selected_text": true,
"fold_buttons": false,
"font_face": "Monaco",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_small_tab": true,
"overlay_scroll_bars": "disabled",
"remember_open_files": true,
"reveal-on-activate": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment