Last active
July 11, 2016 20:24
-
-
Save Ferrmolina/c8bb3fa8706c9a28e04d to your computer and use it in GitHub Desktop.
Sublime Text config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 0, | |
"material_theme_contrast_mode": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_tabs_autowidth": true, | |
"overlay_scroll_bars": "enabled", | |
"save_on_focus_lost": true, | |
"theme": "Material-Theme.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment