Skip to content

Instantly share code, notes, and snippets.

@kylefritz
Created November 15, 2014 00:41
Show Gist options
  • Select an option

  • Save kylefritz/880efc5e3becc7a3bf92 to your computer and use it in GitHub Desktop.

Select an option

Save kylefritz/880efc5e3becc7a3bf92 to your computer and use it in GitHub Desktop.
sublime-plugins-i-use.txt
# general
AdvancedNewFile
All Autocomplete
Color Highlighter
GitGutter
Githubinator
SidebarEnhancements
# lanuages
Coffeescript
eco
ERB Insert and Toggle Commands
Less
Ruby Slim
# my settings
{
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"mid_line_tabs": false,
"remember_open_files": false,
"shift_tab_unindent": true,
"spell_check": true,
"tab_size": 2,
"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