Skip to content

Instantly share code, notes, and snippets.

@bavey
Last active December 27, 2015 14:28
Show Gist options
  • Save bavey/7340360 to your computer and use it in GitHub Desktop.
Save bavey/7340360 to your computer and use it in GitHub Desktop.
My Sublime User Preference Settings
{
"caret_style": "smooth",
"close_windows_when_empty": true,
"create_window_at_startup": false,
"font_size": 14,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"margin": 2,
"open_files_in_new_window": false,
"preview_on_click": false,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment