-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
Add file header to editorconfig
# 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
@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 |
Add file header to editorconfig