prettier/tests/export_type
Christopher Chedeau 8e0f97e410 Break multiline imports (#167)
Follows the same pattern as https://github.com/jlongster/prettier/pull/156/files

```js
echo "import { aaaaaaaa, bbbbbb, cccccc, dddddddd, eeeeeee, fffffffff, ggggggggg } from 'vjeux';" | ./bin/prettier.js --stdin
import {
  aaaaaaaa,
  bbbbbb,
  cccccc,
  dddddddd,
  eeeeeee,
  fffffffff,
  ggggggggg
} from "vjeux";
```
2017-01-13 12:59:33 -05:00
..
__snapshots__ Break multiline imports (#167) 2017-01-13 12:59:33 -05:00
cjs_with_types.js Add testing 2016-12-23 19:51:53 +00:00
importer.js Add testing 2016-12-23 19:51:53 +00:00
jsfmt.spec.js Add testing 2016-12-23 19:51:53 +00:00
types_only.js Add testing 2016-12-23 19:51:53 +00:00
types_only2.js Add testing 2016-12-23 19:51:53 +00:00