Skip to content

Instantly share code, notes, and snippets.

@dominicsayers
Last active August 29, 2015 14:22
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 dominicsayers/e5fb2d8aa6bc9d585495 to your computer and use it in GitHub Desktop.
Save dominicsayers/e5fb2d8aa6bc9d585495 to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
// The number of spaces a tab is considered equal to
"tab_size": 2,
// 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,
// Columns in which to display vertical rulers
"rulers": [80, 120],
// 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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment