Last active
March 7, 2018 01:01
-
-
Save dimitriacosta/5d366283b603867ffa389b7fdbac373c to your computer and use it in GitHub Desktop.
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".idea" | |
], | |
"font_face": "Fira Code", | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 5, | |
"line_padding_top": 5, | |
"margin": 0, | |
"overlay_scroll_bars": "enabled", | |
"phpunit-sublime-terminal": "iTerm", | |
"scroll_past_end": true, | |
"show_panel_on_build": false, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"use_simple_full_screen": true, | |
"vintage_start_in_command_mode": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment