Skip to content

Instantly share code, notes, and snippets.

@calderas
Last active December 17, 2015 01:59
Show Gist options
  • Save calderas/5532889 to your computer and use it in GitHub Desktop.
Save calderas/5532889 to your computer and use it in GitHub Desktop.
preferences.sublime-settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 17.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"new_window_settings":
{
"show_minimap": false
},
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@calderas
Copy link
Author

"BracketHighlighter",
"EJS",
"Git",
"GitHubinator",
"Haml",
"Handlebars",
"JsFormat",
"LESS",
"Package Control",
"SCSS",
"SideBarEnhancements",
"SublimeLinter",
"Theme - Soda",
"Theme - Spacegray"

@RustyToms
Copy link

Plus
"SublimeLinter-jshint"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment