Skip to content

Instantly share code, notes, and snippets.

@partydrone
Last active December 22, 2015 14:19
Show Gist options
  • Save partydrone/6485353 to your computer and use it in GitHub Desktop.
Save partydrone/6485353 to your computer and use it in GitHub Desktop.
Sublime Text 3 configuration
[
{ "keys": ["ctrl+shift+."], "command": "erb", "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" }
]
}
]
Alignment
AngularJS
Better CoffeeScript
ColorPicker
DashDoc
GitGutter
nginx
Package Control
Sass
SideBarEnhancements
SublimeERB
Theme - Soda
Theme - Spacegray
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_options": "subpixel_antialias",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment