In order to install packages, package control needs to be installed. Please refer to https://packagecontrol.io/installation.
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_size": 15,
"highlight_color_blue": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_to_bracket": true,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"rulers":
[
100
],
"tab_height_tall": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 0,
// Set to "none" to turn off drawing white space, "selection" to draw only the
// white space within the selection, and "all" to draw all white space
"draw_white_space": "selection"
}