-
Notifications
You must be signed in to change notification settings - Fork 38
Add file header to editorconfig #241
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,10 @@ root = true | |
| end_of_line = CRLF | ||
| trim_trailing_whitespace = true | ||
|
|
||
| # 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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? |
||
|
|
@@ -256,4 +260,4 @@ csharp_preserve_single_line_blocks = true | |
|
|
||
| [*.vb] | ||
| # Modifier preferences | ||
| 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 | ||
| 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 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
Uh oh!
There was an error while loading. Please reload this page.