Skip to content

Instantly share code, notes, and snippets.

@bluemwhitew
Last active April 4, 2016 18:51
Show Gist options
  • Save bluemwhitew/1d6e3b973e6cda9c593abc7af8cee572 to your computer and use it in GitHub Desktop.
Save bluemwhitew/1d6e3b973e6cda9c593abc7af8cee572 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"fold_buttons": true,
"font_size": 10,
"gutter": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"match_brackets_content": false,
"show_full_path": false,
"show_tab_close_buttons": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment