Skip to content

Instantly share code, notes, and snippets.

@rondy
Created March 17, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondy/93a9330cc94bc302d361 to your computer and use it in GitHub Desktop.
Save rondy/93a9330cc94bc302d361 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Xcode_default.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 0,
"rulers":
[
80
],
"show_full_path": true,
"show_minimap": false,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment