My Sublime Text 2 settings:
-
// Settings in here override those in "Default/Base File.sublime-settings", and
-
// are overridden in turn by file type specific settings. Place your settings
-
// here, to ensure they're preserved when upgrading.
-
{
-
// Set to false for horizontal scrolling
-
"word_wrap": false,
-
// Set to false to disable detection of tabs vs. spaces on load
-
"detect_indentation": false,
-
// Set to "none" to turn off drawing white space, "selection" to draw only the
-
// white space within the selection, and "all" to draw all white space
-
"draw_white_space": "all",
-
// Set to true to removing trailing white space on save
-
"trim_trailing_white_space_on_save": true,
-
// 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
-
}
