Skip to content

Instantly share code, notes, and snippets.

@diekaines
Created September 28, 2016 11:43
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 diekaines/6155f8986cb36b42b7aa77875e979c69 to your computer and use it in GitHub Desktop.
Save diekaines/6155f8986cb36b42b7aa77875e979c69 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"always_show_sidebar": true,
"atomic_save": false,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"drag_text": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_encoding": true,
"status_bar_brighter": true,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment