Sublime Text 2 settings
2014-03-28
2014-03-28
Here’s a dump of the Sublime Text 2 settings on my Mac.
{
"create_window_at_startup": false,
"detect_indentation": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 14.0,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"All Autocomplete"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"remember_open_files": false,
"scroll_past_end": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"default_dir": "~/Desktop"
}