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

Add file header to editorconfig #241

Merged
merged 3 commits into from
Oct 16, 2020
Merged

Conversation

AndreyTretyak
Copy link
Contributor

Add file header to editorconfig

Add file header to editorconfig
@AndreyTretyak AndreyTretyak requested a review from a team as a code owner August 21, 2020 13:10
.editorconfig Show resolved Hide resolved
# File headers
[*.{cs,vb,ts,tsx,js}]
file_header_template = Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.

# Typescript and javascript files
[*.{ts,js}]
#indent_size = 4
Copy link
Member

Choose a reason for hiding this comment

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

I realise this isn't part of this change, but do we really want this given that is commented out?

visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public,Friend,NotOverridable,Overridable,MustOverride,Overloads,Overrides,MustInherit,NotInheritable,Static,Shared,Shadows,ReadOnly,WriteOnly,Dim,Const,WithEvents,Widening,Narrowing,Custom,Async:suggestion
Copy link
Member

Choose a reason for hiding this comment

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

Do we definitely want to include this? We don't have any Visual Basic files and I doubt we ever will

@AndreyTretyak
Copy link
Contributor Author

@muiriswoulfe thank you for your comments, I'll address them in another PR (created in issue #266) and sorry for the delay, I'll merge it as it is to avoid people missing headers

@vlad-ion vlad-ion merged commit 1976d0f into master Oct 16, 2020
@vlad-ion vlad-ion deleted the andreyt/add-header-to-config branch October 16, 2020 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants