Skip to content

Instantly share code, notes, and snippets.

@travis-g
Created June 18, 2015 14:29
Show Gist options
  • Save travis-g/54edf8147d0be2d9a812 to your computer and use it in GitHub Desktop.
Save travis-g/54edf8147d0be2d9a812 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
// draw spaces and tabs (selection, all, none)
"draw_white_space": "all",
// auto-tidy lines if they have trailing whitespace
"trim_trailing_white_space_on_save": true,
// always have a newline character at the end of a file
"ensure_newline_at_eof_on_save": true,
// appearance of the caret (smooth, phase, blink, wide, solid)
"caret_style": "wide",
// tint the background color of the line containing the caret
"highlight_line": true,
// always show where code can be folded
"fade_fold_buttons": false,
// improve file tree legibility
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment