Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update language-configuration.json #44566

Merged
merged 1 commit into from
Sep 17, 2018
Merged

Conversation

jhessin
Copy link
Contributor

@jhessin jhessin commented Feb 27, 2018

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.:

import {subobject} from 'somelibrary'

can quickly become:

import { subobject } from 'somelibrary'

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'
```
@aeschli
Copy link
Contributor

aeschli commented Feb 28, 2018

Wow, never thought of that use case. Have to discuss here and think about it.

@aeschli aeschli merged commit 3187208 into microsoft:master Sep 17, 2018
@aeschli aeschli added this to the September 2018 milestone Sep 17, 2018
@aeschli
Copy link
Contributor

aeschli commented Sep 17, 2018

Thanks @jhessin , sorry for the delay.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants