Skip to content

Instantly share code, notes, and snippets.

@yanzay
Last active February 1, 2017 16:25
Show Gist options
  • Save yanzay/8498687 to your computer and use it in GitHub Desktop.
Save yanzay/8498687 to your computer and use it in GitHub Desktop.
// ~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings
{
"auto_complete_delay": 10,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"scroll_speed": 2.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment