Created
May 29, 2017 00:50
-
-
Save jeffreysbrother/b6591183441f2b74f882fc1f25d6478b to your computer and use it in GitHub Desktop.
2016/2017 Sublime Text settings ... influenced by the Laracasts guy.
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, | |
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme", | |
"font_face": "Fira Code", | |
"font_size": 15, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"overlay_scroll_bars": "enabled", | |
"remember_open_files": false, | |
"theme": "Material-Theme.sublime-theme", | |
"use_simple_full_screen": true, | |
"word_wrap": "true" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment