Skip to content

Instantly share code, notes, and snippets.

@javasteve99
Last active October 6, 2015 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javasteve99/3000971 to your computer and use it in GitHub Desktop.
Save javasteve99/3000971 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
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
{
"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