Skip to content

Instantly share code, notes, and snippets.

@vagusX
Created July 27, 2016 12:47
Show Gist options
  • Save vagusX/1096a59d0c2e298368cd09a35a8cdda5 to your computer and use it in GitHub Desktop.
Save vagusX/1096a59d0c2e298368cd09a35a8cdda5 to your computer and use it in GitHub Desktop.
sublime config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"findreplace_small": true,
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 4,
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"material_theme_accent_blue": true,
"material_theme_accent_cyan": true,
"material_theme_accent_indigo": true,
"material_theme_accent_lime": true,
"material_theme_accent_orange": true,
"material_theme_accent_pink": true,
"material_theme_accent_purple": true,
"material_theme_accent_red": true,
"material_theme_accent_yellow": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
80,
100,
120
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"sidebar_large": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"typescript_plugin_tsc_version": "1.7.3",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment