Skip to content

Instantly share code, notes, and snippets.

@toolness
Created July 19, 2015 18:42
Show Gist options
  • Save toolness/8b614cf4f2f3e81df811 to your computer and use it in GitHub Desktop.
Save toolness/8b614cf4f2f3e81df811 to your computer and use it in GitHub Desktop.
My sublime 3 settings
{
"font_size": 12,
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// When enabled, pressing tab will insert the best matching completion.
// When disabled, tab will only trigger snippets or insert a tab.
// Shift+tab can be used to insert an explicit tab when tab_completion is
// enabled.
"tab_completion": false,
// Enable auto complete to be triggered automatically when typing.
"auto_complete": false,
// Controls auto pairing of quotes, brackets etc
"auto_match_enabled": false,
// Automatically close HTML and XML tags when </ is entered.
"auto_close_tags": false,
// Columns in which to display vertical rulers
"rulers": [80],
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment