Skip to content

Instantly share code, notes, and snippets.

@jiffyclub
Last active December 21, 2015 21:59
Show Gist options
  • Save jiffyclub/6372364 to your computer and use it in GitHub Desktop.
Save jiffyclub/6372364 to your computer and use it in GitHub Desktop.
Sublime Text Prefs
{
"auto_complete_commit_on_tab": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"default_line_ending": "unix",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 18,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"RestructuredText",
"Markdown"
],
"rulers":
[
79
],
"theme": "itg.flat.dark.blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment