Corrected the configuration parameter name for indent in Readme

This commit is contained in:
Tolga O 2013-08-03 18:07:31 -04:00
parent fd69613832
commit 1dd6438d6f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ If JSON is not valid it will be displayed in status bar of sublime.
You can change configuration key **indent** to string value "\t" or any other string.
```
"indent_size" : "\t",
"indent" : "\t",
```
Be sure "Indent Using Spaces" is unchecked otherwise you will not see effect and ST2 will convert it back to spaces.