Skip to content

Instantly share code, notes, and snippets.

@0xGGGGG
Created June 27, 2012 14:20
Show Gist options
  • Save 0xGGGGG/3004347 to your computer and use it in GitHub Desktop.
Save 0xGGGGG/3004347 to your computer and use it in GitHub Desktop.
user preferences of sublime text 2 for my taste (:
{
"color_scheme": "Packages/Railscasts.tmTheme",
"font_size": 14.0,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Disables horizontal scrolling if enabled.
// May be set to true, false, or "auto", where it will be disabled for
// source code, and otherwise enabled.
"word_wrap": true,
// Set to a value other than 0 to force wrapping at that column rather than the
// window width
"wrap_width": 100,
// Draws text centered in the window rather than left aligned
"draw_centered": true,
// Set to 0 to disable smooth scrolling. Set to a value between 0 and 1 to
// scroll slower, or set to larger than 1 to scroll faster
"scroll_speed": 2.0,
// OS X 10.7 only: Set to true to disable Lion style full screen support.
// Sublime Text must be restarted for this to take effect.
"use_simple_full_screen": true,
"ignored_packages":
[
"Vintage",
"Erlang"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment