Merge pull request #27 from tolgamorf/patch-1

Corrected the configuration parameter name for indent in Readme
This commit is contained in:
Nikolajus 2013-08-04 03:02:18 -07:00 committed by Nikolajus Krauklis
commit 1b39fc7052
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.