Last active
August 6, 2020 07:29
-
-
Save whostolemyhat/065ce799979c73ce5bde to your computer and use it in GitHub Desktop.
Sublime settings
This file contains hidden or 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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"draw_white_space": "selection", | |
"font_face": "Menlo", | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"show_fill_path": true, | |
"shift_tab_unindent": true, | |
"status_bar_brighter": true, | |
"tabs_small": true, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
"wrap_width": 140, | |
"material_theme_compact_sidebar": true, | |
"material_theme_small_tab" : true, | |
"material_theme_arrow_folders" : true, | |
"material_theme_compact_panel" : true, | |
"material_theme_titlebar" : true, | |
"material_theme_bright_scrollbars" : true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment