prettier/tests/config_module_name_mapper_f...
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
jsfmt.spec.js Add testing 2016-12-23 19:51:53 +00:00
test.js Add testing 2016-12-23 19:51:53 +00:00