Skip to content

Instantly share code, notes, and snippets.

@hrstt
Created November 14, 2012 05:22
Show Gist options
  • Save hrstt/4070440 to your computer and use it in GitHub Desktop.
Save hrstt/4070440 to your computer and use it in GitHub Desktop.
sublime text 2 user settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"draw_white_space" : "all",
"highlight_line": true,
"tab_size": 4,
"line_padding_top": 4,
"font_size": 12,
"font_face": "Consolas",
"word_wrap" : true,
"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