Skip to content

Instantly share code, notes, and snippets.

@Kerrick
Created May 17, 2012 02:18
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 Kerrick/2715717 to your computer and use it in GitHub Desktop.
Save Kerrick/2715717 to your computer and use it in GitHub Desktop.
Sublime Text 2 settings for a happier life
{
"auto_indent": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/IR_Black.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Bitstream Vera Sans Mono",
"font_options":
[
"no_italic"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"move_to_limit_on_up_down": false,
"rulers":
[
80
],
"smart_indent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80
}
// Packages: (Yes I have 3 Sass packages, I just don't know which one is making my experience nice.)
// - Package Control
// - Alignment
// - Coffeescript
// - Git
// - JSFormat
// - SASS
// - Sass
// - sublime-text-haml-sass
// - SublimeLinter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment