Sublime Text Settings
{
"ignored_packages":
[
"Vintage",
"CSS"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_encoding": "UTF-8",
"material_theme_small_tab": true, // Set small tabs
"material_theme_small_statusbar": true, // Set small status bar
"material_theme_bold_tab": true, // Make the tab labels bolder
"overlay_scroll_bars": "enabled",
"line_padding_top": 2,
"line_padding_bottom": 2,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Inconsolata for Powerline",
"font_size": 19,
"highlight_line": true,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"caret_extra_width": 2,
"caret_style": "solid",
"wide_caret": true
}