Skip to content

Instantly share code, notes, and snippets.

@adamsvoboda
Last active April 19, 2016 21:02
Show Gist options
  • Save adamsvoboda/3519ccd94739bbdf3879c62a58482125 to your computer and use it in GitHub Desktop.
Save adamsvoboda/3519ccd94739bbdf3879c62a58482125 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Source Code Pro",
"folder_exclude_patterns": ["node_modules", ".idea", ".git", "__pycache__"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.obj", ".DS_Store"],
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
100
],
"scroll_past_end": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment