Skip to content

Instantly share code, notes, and snippets.

@jnbn
Created March 22, 2015 16:08
Show Gist options
  • Save jnbn/24cba75c23ba50d591c6 to your computer and use it in GitHub Desktop.
Save jnbn/24cba75c23ba50d591c6 to your computer and use it in GitHub Desktop.
jnbn's Sublime Settings
{
"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