SIGN IN SIGN UP

Update language-configuration.json

A simple change allowing the user to surround selected code in spaces so instead of being stuck surrounding things tightly spaces can be used. i.e.:

```coffeescript
import {subobject} from 'somelibrary'
```

can quickly become:

```coffeescript
import { subobject } from 'somelibrary'
```
J
Jim Hessin committed
f347038e9b58d58b615d1e54ef930d9fb007f88c
Parent: d7df300
Committed by GitHub <[email protected]> on 2/27/2018, 12:10:38 PM