Skip to content

Instantly share code, notes, and snippets.

@tracehelms
Last active January 2, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tracehelms/8363798 to your computer and use it in GitHub Desktop.
Save tracehelms/8363798 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
// Packages
//
// BetterCoffeeScript
// BlockCursorEverywhere
// BracketHighlighter
// Emmet
// MarkdownPreview
// SCSS
// SidebarEnhancements
// SolarizedColorScheme
// SublimeERB
// Theme - Spacegrey
// Settings
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"draw_whitespace_all": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"no_bold"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
],
"margin": 0,
"rulers":
[
80,
95,
110
],
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment