prettier/tests/for
Christopher Chedeau 3dcf46c77c Do not put spaces on empty for loop (#169)
```js
for (;;) {
```

instead of

```js
for (; ; ) {
```
2017-01-13 13:00:32 -05:00
..
__snapshots__ Do not put spaces on empty for loop (#169) 2017-01-13 13:00:32 -05:00
abnormal.js Add testing 2016-12-23 19:51:53 +00:00
abnormal_for_in.js Add testing 2016-12-23 19:51:53 +00:00
abnormal_for_of.js Add testing 2016-12-23 19:51:53 +00:00
for.js Do not put spaces on empty for loop (#169) 2017-01-13 13:00:32 -05:00
jsfmt.spec.js Add testing 2016-12-23 19:51:53 +00:00