Skip to content

Instantly share code, notes, and snippets.

@GiovanniGrieco
Last active November 26, 2016 11:06
Show Gist options
  • Save GiovanniGrieco/d14dec053b1fd7cd329d04505322754c to your computer and use it in GitHub Desktop.
Save GiovanniGrieco/d14dec053b1fd7cd329d04505322754c to your computer and use it in GitHub Desktop.
Personal settings for Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"detect_intendation": false,
"font_face": "Roboto Mono",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"itg_sidebar_tree_small": true,
"itg_small_tabs": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_lime": true,
"material_theme_accent_scrollbars": true,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": 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,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"tab_size": 8,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"auto_complete_selector": "source, text"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment