Skip to content

Instantly share code, notes, and snippets.

@jsrn
Last active December 19, 2015 13:29
Show Gist options
  • Save jsrn/5962090 to your computer and use it in GitHub Desktop.
Save jsrn/5962090 to your computer and use it in GitHub Desktop.
Sublime Text preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment