This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Enatec/develop
[1.0.11] - 2019-02-01
- Loading branch information
Showing
147 changed files
with
48,748 additions
and
3,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. The owners will be requested for review when | ||
# someone opens a pull request. | ||
* @Enatec/core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Internal Release Notes | ||
*GitHubChangelog.txt | ||
|
||
# General | ||
*.tmp | ||
_ReSharper* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
//-------- Files configuration -------- | ||
// When enabled, will trim trailing whitespace when you save a file. | ||
"files.trimTrailingWhitespace": true, | ||
"search.exclude": { | ||
"release": true, | ||
"": true | ||
}, | ||
//-------- PowerShell Configuration -------- | ||
// Use a custom PowerShell Script Analyzer settings file for this workspace. | ||
// Relative paths for this setting are always relative to the workspace root dir. | ||
"powershell.scriptAnalysis.settingsPath": "ScriptAnalyzerSettings.psd1", | ||
// TNo focus on console when executing | ||
"powershell.integratedConsole.focusConsoleOnExecute": false, | ||
// Don't start integrated console on startup | ||
"powershell.integratedConsole.showOnStartup": false, | ||
// Assume files are PowerShell by default | ||
"files.defaultLanguage": "powershell" | ||
//-------- Files configuration -------- | ||
// When enabled, will trim trailing whitespace when you save a file. | ||
"files.trimTrailingWhitespace": true, | ||
"search.exclude": { | ||
"release": true, | ||
"": true | ||
}, | ||
//-------- PowerShell Configuration -------- | ||
// Use a custom PowerShell Script Analyzer settings file for this workspace. | ||
// Relative paths for this setting are always relative to the workspace root dir. | ||
"powershell.scriptAnalysis.settingsPath": "ScriptAnalyzerSettings.psd1", | ||
// TNo focus on console when executing | ||
"powershell.integratedConsole.focusConsoleOnExecute": false, | ||
// Don't start integrated console on startup | ||
"powershell.integratedConsole.showOnStartup": false, | ||
// Assume files are PowerShell by default | ||
"files.defaultLanguage": "powershell" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.