Created
October 22, 2014 16:52
-
-
Save prydonius/d40e027239eeb7f95d79 to your computer and use it in GitHub Desktop.
Sublime Settings
This file contains 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
{ | |
"auto_complete_commit_on_tab": true, | |
"caret_extra_top": 0, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".rsync_cache" | |
], | |
"font_face": "Menlo", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"tab_size": 2, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintageous_use_ctrl_keys": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment