Skip to content

Instantly share code, notes, and snippets.

@colourgarden
Last active January 22, 2018 08:52
Show Gist options
  • Save colourgarden/1627ed999e5807aecec5d80aef2919de to your computer and use it in GitHub Desktop.
Save colourgarden/1627ed999e5807aecec5d80aef2919de to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"always_show_minimap_viewport": true,
"animation_enabled": false,
"auto_complete_selector": "source, text",
"binary_file_patterns": [".svn/", ".git/", "node_modules/", "bower_components/"],
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache"
],
"font_face": "Fira Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"ElasticsearchClient",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment