Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Last active October 9, 2015 06:38
Show Gist options
  • Save jaredkc/3455791 to your computer and use it in GitHub Desktop.
Save jaredkc/3455791 to your computer and use it in GitHub Desktop.
My User Settings for Sublime Text 2
{
"create_window_at_startup": false,
"detect_indentation": false,
"draw_white_space": "all",
"font_size": 14.0,
"font_options":
[
"gray_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"scroll_past_end": true,
"tab_size": 4,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": "true",
"folder_exclude_patterns": [".svn", ".git", ".sass-cache"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment