Skip to content

Instantly share code, notes, and snippets.

@reinier
Last active October 13, 2015 17:38
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 reinier/4232306 to your computer and use it in GitHub Desktop.
Save reinier/4232306 to your computer and use it in GitHub Desktop.
My Sublime Text 3 preference file
{
"theme": "Soda Light 3.sublime-theme",
"soda_folder_icons": true,
"font_size": 16,
"font_face": "Menlo",
"line_padding_bottom": 1,
"line_padding_top": 1,
"caret_style": "wide",
"highlight_line": true,
"bold_folder_labels": true,
"fade_fold_buttons": false,
"open_files_in_new_window": true,
"remember_open_files": false,
// "scroll_past_end": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment