Skip to content

Instantly share code, notes, and snippets.

@robpataki
Last active March 8, 2017 10:14
Show Gist options
  • Save robpataki/4c92d3fc9082e694b00e to your computer and use it in GitHub Desktop.
Save robpataki/4c92d3fc9082e694b00e to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"ignored_packages":
[
"Vintage"
],
"font_size": 16,
// 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,
// Stop Sublime trying to guess and cause strange tab behaviour
"detect_indentation": false,
// Columns in which to display vertical rulers
"rulers": [72]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment