Skip to content

Instantly share code, notes, and snippets.

@christianrojas
Created November 6, 2015 10:11
Show Gist options
  • Save christianrojas/cdb18ccb7ddf5f4a5dfc to your computer and use it in GitHub Desktop.
Save christianrojas/cdb18ccb7ddf5f4a5dfc to your computer and use it in GitHub Desktop.
Sublime text 3 preferences
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"color_scheme": "Packages/User/Color Highlighter/themes/GitHub (SL).tmTheme",
"disable_tab_abbreviations_on_auto_complete": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp/class-*",
"tmp/es_*",
"tmp/jshinter*",
"tmp/replace_*",
"tmp/static_compiler*",
"tmp/template_compiler*",
"tmp/tree_merger*",
"tmp/coffee_script*",
"tmp/concat-tmp*",
"tmp/export_tree*",
"tmp/sass_compiler*"
],
"font_options":
[
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_bold_tab": true,
"material_theme_disable_fileicons": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment