Skip to content

Instantly share code, notes, and snippets.

@makokal
Created November 15, 2013 15:14
Show Gist options
  • Save makokal/7485885 to your computer and use it in GitHub Desktop.
Save makokal/7485885 to your computer and use it in GitHub Desktop.
sublime custom settings
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": true,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment