Created
August 18, 2015 18:48
-
-
Save a-metta/198b461f8d621db8edbe to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
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
{ | |
"font_face": "Input Mono", | |
"font_size": 12, | |
"font_options": ["no_round"], | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
//Theme predawn settings | |
"theme": "predawn.sublime-theme", | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"tabs_small": true, | |
"findreplace_small": true, | |
//Interface and behavior | |
"draw_minimap_border": true, | |
"overlay_scroll_bars": "enabled", | |
"open_files_in_new_window": false, | |
"scroll_past_end": true, | |
"scroll_speed": 5.0, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment