Skip to content

Instantly share code, notes, and snippets.

@kenany
Last active October 10, 2015 11:48
Show Gist options
  • Save kenany/3686048 to your computer and use it in GitHub Desktop.
Save kenany/3686048 to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
"close_windows_when_empty": false,
"default_line_ending": "unix",
"find_selected_text": true,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment