Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Conversation

@kernelwhisperer
Copy link
Contributor

What changed?

Added a new option to the integrations panel to disable wrapping.

@koalalorenzo
Copy link
Member

Tests are failing!


let promises
if (paths.length > 1 && askWhetherToWrapAllFiles()) {
if (paths.length > 1 && !Settings.get('disableWrapping') && askWhetherToWrapAllFiles()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should anyway ask for wrapping the file in this case.

@koalalorenzo
Copy link
Member

👍 LGTM

@kernelwhisperer kernelwhisperer merged commit 0567c46 into master Sep 8, 2018
@kernelwhisperer kernelwhisperer deleted the feature/disable-file-wrapping-setting branch September 8, 2018 12:27
@koalalorenzo koalalorenzo mentioned this pull request Sep 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants