Skip to content

Instantly share code, notes, and snippets.

@kezadias
Created July 6, 2015 17:06
Show Gist options
  • Save kezadias/ae654a02c28e11a4818b to your computer and use it in GitHub Desktop.
Save kezadias/ae654a02c28e11a4818b to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"auto_complete_selector": "source, text",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Fira Code",
"font_size": 15,
"ignored_packages":
[
],
"line_numbers": false,
"line_padding_bottom": 8,
"line_padding_top": 8,
"margin": 0,
"overlay_scroll_bars": "enabled",
"show_panel_on_build": false,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment