Skip to content

Instantly share code, notes, and snippets.

@ajerez
Last active March 26, 2019 14:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajerez/3697813 to your computer and use it in GitHub Desktop.
Save ajerez/3697813 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme",
"draw_minimap_border": false,
"enable_tab_scrolling": false,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
"log",
"tmp"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Babel",
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"material_spacegray_small_tab": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_auto_width": false,
"spacegray_tabs_font_large": true,
"spacegray_tabs_large": true,
"tab_size": 2,
"theme": "Material Spacegray.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment