Skip to content

Instantly share code, notes, and snippets.

@rafaelrpbelo
Last active December 19, 2015 20:59
Show Gist options
  • Save rafaelrpbelo/8b35939114cf0d8f43e3 to your computer and use it in GitHub Desktop.
Save rafaelrpbelo/8b35939114cf0d8f43e3 to your computer and use it in GitHub Desktop.
Preferences Sublime Text 2
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"default_encoding": "UTF-8",
"default_line_ending": "system",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [ "Vintage" ],
"new_window_settings": { "show_minimap": false },
"rulers": [ 115 ],
"show_full_path": true,
"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