Skip to content

Instantly share code, notes, and snippets.

@mateusmedeiros
Last active August 29, 2015 14:03
Show Gist options
  • Save mateusmedeiros/85c16c2386e5c7c3d270 to your computer and use it in GitHub Desktop.
Save mateusmedeiros/85c16c2386e5c7c3d270 to your computer and use it in GitHub Desktop.
Sublime settings for ST3. Highlighted the ones more difficult for other people to like.
{
// Chances are you won't like those
"draw_centered": true,
"highlight_line": true,
"draw_white_space": "all",
"save_on_focus_lost": true,
"enable_tab_scrolling": false,
//---------------------------------
"font_size": 12,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"match_brackets_angle": true,
"auto_complete_size_limit": 4194304,
"auto_complete_commit_on_tab": true,
"scroll_speed": 0.7,
"highlight_modified_tabs": true,
"show_encoding": true,
"auto_complete_with_fields": false,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment