While I’m in a sharing mood, I figured I would make the preferences I use in Sublime Text 3 publicly available. I constantly find myself needing to reconfigure Sublime Text 3 across multiple Windows installations, and it’s easier to just copy & paste the contents of the file from a web browser than to manage the settings file wherever it may be.
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"font_size": 11,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"smart_indent": false,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"update_check": false
}