Skip to content

Instantly share code, notes, and snippets.

@nkcoder
Created February 23, 2016 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkcoder/dc03848e9b8b70597076 to your computer and use it in GitHub Desktop.
Save nkcoder/dc03848e9b8b70597076 to your computer and use it in GitHub Desktop.
sublime text 3 user settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "source code pro",
"font_size": 14,
"ignore_vcs_packages": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"tab_completion": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"highlight_line": true,
"fade_fold_buttons": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment