Skip to content

Instantly share code, notes, and snippets.

@kra3
Last active January 30, 2017 16:47
Show Gist options
  • Save kra3/9496117 to your computer and use it in GitHub Desktop.
Save kra3/9496117 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/User/Alpenglow (SublimePythonIDE).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Fira Code",
"font_size": 9,
"heighlight_line": true,
"heighlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_lime": true,
"material_theme_bold_tab": false,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
72,
80
],
"show_encoding": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Alpenglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment