SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
313 stars 78 forks source link

Word Wrap and Spacing Defaults #106

Closed bcrotty closed 3 months ago

bcrotty commented 9 years ago

Do we want to set defaults for word wrapping and tabs vs. spaces? I personally prefer the opposite of how it is set now. What about just not having these defaults?

vors commented 9 years ago

I personally prefer how it set up now. @guillermooo , what's the common practice in ST packages?

bcrotty commented 9 years ago

Is there a PowerShell specific reason to have either of those settings as defaults, since this will override the user preferences?

vors commented 9 years ago

No.

guillermooo commented 9 years ago

We probably should not make any call on behalf users regarding white space.

Until the PS analyzer establishes a convention, I guess we should delete the setting because it's a subjective choice.

That said, between changing the default setting and keeping it as it is, I'd rather keep it.

Anyone thinks it's a big deal deleting it?

bcrotty commented 9 years ago

@guillermooo That works for me.

vors commented 9 years ago

:+1:

eugenesvk commented 8 years ago

Would you please delete these settings as it's very annoying that my user settings are overridden and I have to have a custom exception for one language. You can easily set your preferences in your own config files as you like, no need to force it on other users.

bcrotty commented 8 years ago

@vors @guillermooo I think we agreed to remove these settings so that it doesn't override user preferences. Would one of you mind changing that?