Skip to content

Instantly share code, notes, and snippets.

@guilbep
Created December 13, 2013 16:12
Show Gist options
  • Save guilbep/7946624 to your computer and use it in GitHub Desktop.
Save guilbep/7946624 to your computer and use it in GitHub Desktop.
My sublime text 3 user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"on_post_save_user": [
{
// Runs `request` command
"command": "request",
// Invokes `request` with `open_args=["http://...:7060/"]`
"args": {
"open_args": ["http://localhost:7060/"]
},
// Runs `request` via `window.run_command`
"scope": "window"
},
],
"save_on_focus_lost" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment