Last active
February 1, 2017 16:25
-
-
Save yanzay/8498687 to your computer and use it in GitHub Desktop.
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
// ~/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