Update `bracketSpacing` comment to say it's about {} (#529)

Before e13bb7dbba `bracketSpacing` used to be about both `[]` and `{}` but now it's only about `{}`.
master
Amjad Masad 2017-01-31 06:54:31 -08:00 committed by Christopher Chedeau
parent 045a351fce
commit 3155acba6e
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ prettier.format(source, {
// Controls the printing of trailing commas wherever possible
trailingComma: false,
// Controls the printing of spaces inside array and objects
// Controls the printing of spaces inside object literals
bracketSpacing: true,
// Which parser to use. Valid options are 'flow' and 'babylon'