Skip to content

Instantly share code, notes, and snippets.

@farnoy
Created November 9, 2012 17:47
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 farnoy/4047101 to your computer and use it in GitHub Desktop.
Save farnoy/4047101 to your computer and use it in GitHub Desktop.
Sublime config
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"draw_white_space": "selection",
"fade_fold_buttons": false,
"fold_buttons": true,
"font_face": "Inconsolata",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": 0,
"rulers":
[
80,
90,
100,
110,
120
],
"scroll_speed": 0.2,
"tab_completion": 0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment