Created
March 4, 2013 18:25
-
-
Save jordanpoulton/5084268 to your computer and use it in GitHub Desktop.
Sublime Jordan User Preferences
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/jordan.tmTheme", | |
"command": "save_all", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 10.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"keys": | |
[ | |
"crtl+alt+shift+s" | |
], | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment