Skip to content

Instantly share code, notes, and snippets.

@pveyes
Last active January 3, 2016 01:19
Show Gist options
  • Save pveyes/8387890 to your computer and use it in GitHub Desktop.
Save pveyes/8387890 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Preferences
{
// My theme
"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
// Match Spacegray theme preview on Github
"bold_folder_labels": true,
"font_face": "Source Code Pro",
// force default line ending
// (I'm using windows)
"default_line_ending": "unix",
"enable_tab_scrolling": false,
// Accessibility
"font_size": 11,
"scroll_speed": 0.7,
// Use Shift + Tab to un-indent
"shift_tab_unindent": true,
// Prevent tab completion
"tab_completion": false,
// Using space as default tab
// PHP PSR-2 http://www.php-fig.org/psr/psr-2/
"translate_tabs_to_space": true,
"ignored_packages":
[
"Vintage"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment