Skip to content

Instantly share code, notes, and snippets.

@lalunamel
Created February 3, 2014 00:26
Show Gist options
  • Save lalunamel/8777170 to your computer and use it in GitHub Desktop.
Save lalunamel/8777170 to your computer and use it in GitHub Desktop.
My Sublime Config
// User preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_size": 11,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_size": 2,
"update_check": false,
"word_wrap": true
}
// Package control
{
"installed_packages":
[
"Floobits",
"HTML Snippets",
"Markdown Preview",
"RSpec (snippets and syntax)",
"Sass"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment