Created
June 18, 2015 14:29
-
-
Save travis-g/54edf8147d0be2d9a812 to your computer and use it in GitHub Desktop.
Sublime Text Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// 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