Created
July 6, 2015 17:06
-
-
Save kezadias/ae654a02c28e11a4818b to your computer and use it in GitHub Desktop.
Sublime Preferences
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
Show hidden characters
{ | |
"auto_complete_selector": "source, text", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"font_face": "Fira Code", | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
], | |
"line_numbers": false, | |
"line_padding_bottom": 8, | |
"line_padding_top": 8, | |
"margin": 0, | |
"overlay_scroll_bars": "enabled", | |
"show_panel_on_build": false, | |
"theme": "Material-Theme.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