Skip to content

Instantly share code, notes, and snippets.

@ElMassimo
Last active September 10, 2018 18:34
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 ElMassimo/32f812cabdd79e1505542d51e8fe54db to your computer and use it in GitHub Desktop.
Save ElMassimo/32f812cabdd79e1505542d51e8fe54db to your computer and use it in GitHub Desktop.
Maximo's Sublime Config
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Fira Code",
"font_face": "Fira Code",
"font_size": 15,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 2,
"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_separator": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"ignored_packages":
[
"Vintage"
],
"font_options":
[
"subpixel_antialias"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80,
100,
120
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment