Skip to content

Instantly share code, notes, and snippets.

@parasquid
Last active December 3, 2015 04:29
Show Gist options
  • Save parasquid/9d246193bfdf87a935b4 to your computer and use it in GitHub Desktop.
Save parasquid/9d246193bfdf87a935b4 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
{
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 2,
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"drag_text": false,
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100,
120
],
"scroll_speed": 1.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment