You’ll find the settings here: Preferences > Settings. These settings require some of the packages from a previous post. Install the packages first, then come back here.
{
"auto_complete": true,
"bold_folder_labels": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".codekit-cache"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"tab_size": 2,
"theme": "ayu-mirage.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}