Skip to content

Instantly share code, notes, and snippets.

@chrisn
Created November 15, 2013 22:30
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 chrisn/7492762 to your computer and use it in GitHub Desktop.
Save chrisn/7492762 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user settings
{
// Controls auto pairing of quotes, brackets etc
"auto_match_enabled": false,
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": true,
// Set to false to prevent line numbers being drawn in the gutter
"line_numbers": false,
// Vertical rulers
"rulers": [ 80 ],
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Set to true to removing trailing white space on save
"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