Skip to content

Instantly share code, notes, and snippets.

@lcdsantos
Last active September 14, 2016 12:11
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 lcdsantos/9c83d02846f9515c59dfc4d2181591a4 to your computer and use it in GitHub Desktop.
Save lcdsantos/9c83d02846f9515c59dfc4d2181591a4 to your computer and use it in GitHub Desktop.
Sublime Text User config
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"binary_file_patterns":
[
"node_modules/*"
],
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"draw_indent_guides": true,
"draw_minimap_border": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Consolas",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_lime": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"overlay_scroll_bars": "enabled",
"show_css_completions": false,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": false,
"svn_use_internal_diff": true,
"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