Created
June 27, 2012 14:20
-
-
Save 0xGGGGG/3004347 to your computer and use it in GitHub Desktop.
user preferences of sublime text 2 for my taste (:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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