Skip to content

Instantly share code, notes, and snippets.

@aruss
Created February 18, 2014 13:54
Show Gist options
  • Save aruss/9071405 to your computer and use it in GitHub Desktop.
Save aruss/9071405 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
".tmp",
"tmp"
],
"font_face": "Consolas",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"rulers":
[
80
],
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment