Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Last active January 2, 2016 01:38
Show Gist options
  • Save cwsaylor/8231235 to your computer and use it in GitHub Desktop.
Save cwsaylor/8231235 to your computer and use it in GitHub Desktop.
Install Package Control, All Autocomplete, Better CoffeeScript, CoffeeScriptHaml, Git, Ruby Slim, Sass
[
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}
]
{
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintageous_use_ctrl_keys": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment