Skip to content

Instantly share code, notes, and snippets.

@bbredewold
Last active March 15, 2016 13:37
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 bbredewold/b6f28d323333c4f95c53 to your computer and use it in GitHub Desktop.
Save bbredewold/b6f28d323333c4f95c53 to your computer and use it in GitHub Desktop.
Sublime Text - My Settings :)
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme",
"draw_indent_guides": true,
"draw_white_space": true,
"font_face": "InputMonoNarrow",
"font_size": 9,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_indigo": true,
"material_theme_compact_sidebar": true,
"material_theme_panel_separator": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"tab_completion": true,
"tab_size": 3,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 0,
"fade_fold_buttons": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment