Skip to content

Conversation

@chborl
Copy link
Contributor

@chborl chborl commented May 31, 2019

fixes #19030

Adds text to the following pages:

VB and C# Code Style | General
image

VB and C# Code Style | Naming
image

C# Code Style | Formatting | General
image

C# Code Style | Formatting | Indentation (and New Lines, Spacing, and Wrapping)
image

@chborl chborl added the PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. label May 31, 2019
@chborl chborl requested a review from a team as a code owner May 31, 2019 23:03
@chborl chborl changed the title editor config notice Add a notice to Tools|Options pages where setting may be overridden by .editorconfig Jun 4, 2019
@chborl chborl added Area-IDE and removed PR For Personal Review Only The PR doesn’t require anyone other than the developer to review it. labels Jun 4, 2019
</data>
<data name="Code_style_header_use_editor_config" xml:space="preserve">
<value>The settings configured here only apply to your machine. To configure these settings to travel with your solution, use .editorconfig files.</value>
<value>Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info</value>
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 I don't like this text, but it should not block this pull request. Create an issue to review the wording and create a meeting with at least you, me, and Kendra to review it.

<TextBlock Text="{x:Static local:GridOptionPreviewControl.CodeStylePageHeaderLearnMoreText}"/>
</Hyperlink>
</TextBlock>
<options:CodeStyleNoticeTextBlock Grid.Row="0" Margin="5 0 5 0" />
Copy link
Contributor

Choose a reason for hiding this comment

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

📝 Interesting, never though about the commas being optional, but now that I see it, it makes sense because shapes leave out the commas.

Copy link
Member

@JoeRobich JoeRobich left a comment

Choose a reason for hiding this comment

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

LGTM

@chborl chborl merged commit 184f433 into dotnet:master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a notification in Tools > Options if an .editorconfig is overriding your project settings

3 participants