Skip to content

Instantly share code, notes, and snippets.

@jayceekay
Created June 23, 2015 15:54
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 jayceekay/51c68e85facbb2e5c516 to your computer and use it in GitHub Desktop.
Save jayceekay/51c68e85facbb2e5c516 to your computer and use it in GitHub Desktop.
st3 user prefs
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"bold_folder_labels": true,
"default_line_ending": "unix",
"detect_indentation": false,
"draw_white_space": "selection",
"font_face": "SourceCodePro-Regular",
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Theme - Phoenix",
"tern_for_sublime"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"scroll_past_end": true,
"show_full_path": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"enable_tab_scrolling": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment