Skip to content

Instantly share code, notes, and snippets.

@lnsoso
Created May 6, 2012 06:07
Show Gist options
  • Save lnsoso/2619890 to your computer and use it in GitHub Desktop.
Save lnsoso/2619890 to your computer and use it in GitHub Desktop.
Sublime Text 2 Perferences
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"font_size": 20,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"highlight_line": true,
"match_brackets_angle": true,
"trim_trailing_white_space_on_save": true,
"default_line_ending": "unix",
"auto_complete_delay": 0,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment