Skip to content

Instantly share code, notes, and snippets.

@npatmaja
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npatmaja/03314c418df82964ff48 to your computer and use it in GitHub Desktop.
Save npatmaja/03314c418df82964ff48 to your computer and use it in GitHub Desktop.
Change tab size in Sublime Text2

There are two ways to change the default tab size in Sublime Text2:

  1. Go to Preferences -> Setting - Default and change the value of tab_size to whatever you want. In my case it was 2.

  2. Go to Preferences -> Setting - User and add lines below:

{
	"tab_size": 2,
	"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment