Skip to content

Instantly share code, notes, and snippets.

@jonforums
Last active December 10, 2015 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonforums/4494701 to your computer and use it in GitHub Desktop.
Save jonforums/4494701 to your computer and use it in GitHub Desktop.
My SublimeText2 user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"highlight_line": true,
"caret_style": "wide",
"fade_fold_buttons": false,
"default_line_ending": "unix",
"fallback_encoding": "UTF-8",
"indent_to_bracket": true,
"rulers": [80],
"bold_folder_labels": true,
"font_face": "Consolas",
"font_size": 20,
"font_options": ["subpixel_antialias"],
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment