Created
March 22, 2015 16:08
-
-
Save jnbn/24cba75c23ba50d591c6 to your computer and use it in GitHub Desktop.
jnbn's Sublime Settings
This file contains hidden or 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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
"fade_fold_buttons": false, | |
"find_selected_text": true, | |
"fold_buttons": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 0, | |
"rulers": | |
[ | |
], | |
"tab_size": 4, | |
"trim_automatic_white_space": true, | |
"word_wrap": "true" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment