Skip to content

Instantly share code, notes, and snippets.

@jxnblk
Created September 7, 2013 16:19
Show Gist options
  • Save jxnblk/6476927 to your computer and use it in GitHub Desktop.
Save jxnblk/6476927 to your computer and use it in GitHub Desktop.
Sublime Text 3 Prefs
{
"color_scheme": "Packages/User/Jxn.tmTheme",
"font_face": "Source Code Pro",
"font_size": 18.0,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 4,
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"vintageous_use_ctrl_keys": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment