Skip to content

Instantly share code, notes, and snippets.

@unisys12
Created July 27, 2014 14:08
Show Gist options
  • Save unisys12/3342003b050cd41623ac to your computer and use it in GitHub Desktop.
Save unisys12/3342003b050cd41623ac to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"font_size": 10,
"spell_check": true,
"caret_style": "phase",
"line_padding_top": 2,
"line_padding_bottom": 2,
"bold_folder_labels": true,
"trim_trailing_white_space_on_save": true,
"remember_open_files": false,
"ignored_packages":
[
"Markdown",
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment