Skip to content

Instantly share code, notes, and snippets.

@rajasimon
Created August 29, 2017 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajasimon/ac1eafff3ae8881871968d6da16a614e to your computer and use it in GitHub Desktop.
Save rajasimon/ac1eafff3ae8881871968d6da16a614e to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"dist",
"site",
"*.pyc",
"*.egg-info"
],
"font_face": "Fira Code",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Git",
"GitSavvy",
"RestructuredText",
"SublimeLinter-flake8",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_orange": true,
"material_theme_accent_scrollbars": true,
"material_theme_appbar_orange": true,
"material_theme_arrow_folders": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tree_headings": false,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"rulers":
[
79
],
"spacegray_fileicons": true,
"spacegray_sidebar_font_large": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment