Last active
October 6, 2015 13:28
-
-
Save javasteve99/3000971 to your computer and use it in GitHub Desktop.
Sublime Text 2 User 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
Update user settings with this Preferences.sublime-settings file. | |
Add Sublime Text package control from here: http://wbond.net/sublime_packages/package_control/installation | |
Add the VintageLines package: https://github.com/tmanderson/VintageLines |
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/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"draw_white_space": "all", | |
"font_face": "Source Code Pro Bold", | |
"font_size": 16.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"" | |
], | |
"line_padding_bottom": 4, | |
"line_padding_top": 4, | |
"open_files_in_new_window": false, | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_lines.force_mode": true, | |
"word_wrap": true, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".sass-cache"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment