Skip to content

Instantly share code, notes, and snippets.

@chrisbodhi
Last active July 25, 2016 12:42
Show Gist options
  • Select an option

  • Save chrisbodhi/3902e93cbc02ca6e4ec3ffa4caa1c42e to your computer and use it in GitHub Desktop.

Select an option

Save chrisbodhi/3902e93cbc02ca6e4ec3ffa4caa1c42e to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Solarized Color Scheme/Solarized (light).tmTheme",
"fade_fold_buttons": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"internet",
"mdash",
"repo",
"sinopia"
],
"indent_style": "space",
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment