Created
January 17, 2019 04:31
-
-
Save f1729/23d60ce979b5902a8c7ce2d4b1eab50e to your computer and use it in GitHub Desktop.
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-Darker.tmTheme", | |
"highlight_line": true, | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 2, | |
"line_padding_top": 2, | |
"material_theme_accent_scrollbars": true, | |
"material_theme_accent_titlebar": true, | |
"material_theme_bullet_tree_indicator": true, | |
"material_theme_compact_panel": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_panel_separator": true, | |
"material_theme_titlebar": true, | |
"material_theme_tree_headings": true, | |
"overlay_scroll_bars": "enabled", | |
"tab_size": 2, | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": "true" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment