Skip to content

Instantly share code, notes, and snippets.

@d30jeff
Created March 7, 2016 03:17
Show Gist options
  • Select an option

  • Save d30jeff/55d30caf52392995d306 to your computer and use it in GitHub Desktop.

Select an option

Save d30jeff/55d30caf52392995d306 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"caret_extra_width": 2,
"caret_style": "phase",
"centurion_folder_icons": true,
"color_scheme": "Packages/Theme - Cyanide/Monocyanide - Contrasted Light.tmTheme",
"contrasted_sidebar": true,
"contrasted_tabs": true,
"ensure_newline_at_eof_on_save": true,
"findreplace_small": true,
"font_size": 11,
"icon_file_type_enable": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"margin": 0,
"tabs_medium": true,
"theme": "Cyanide.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true
}
Packages: http://imgur.com/a/LweBA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment