-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrades dependencies Signed-off-by: Lukas Bockstaller <[email protected]> * unpins/pins dependencies Signed-off-by: Lukas Bockstaller <[email protected]> --------- Signed-off-by: Lukas Bockstaller <[email protected]>
- Loading branch information
1 parent
20754fb
commit 0c88370
Showing
10 changed files
with
948 additions
and
1,043 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 |
---|---|---|
@@ -1,30 +1,31 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"editor.tabSize": 4, | ||
"editor.insertSpaces": true, | ||
"editor.tabSize": 4, | ||
"editor.insertSpaces": true, | ||
|
||
"files.eol": "\n", | ||
"files.trimTrailingWhitespace": true, | ||
"files.eol": "\n", | ||
"files.trimTrailingWhitespace": true, | ||
|
||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
"typescript.tsserver.trace": "off", | ||
"typescript.format.insertSpaceAfterCommaDelimiter": true, | ||
"typescript.format.insertSpaceAfterSemicolonInForStatements": true, | ||
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true, | ||
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": true, | ||
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false, | ||
"typescript.format.placeOpenBraceOnNewLineForFunctions": false, | ||
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false, | ||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
"typescript.tsserver.trace": "off", | ||
"typescript.format.insertSpaceAfterCommaDelimiter": true, | ||
"typescript.format.insertSpaceAfterSemicolonInForStatements": true, | ||
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true, | ||
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": true, | ||
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false, | ||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false, | ||
"typescript.format.placeOpenBraceOnNewLineForFunctions": false, | ||
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false, | ||
|
||
"javascript.validate.enable": false, | ||
"javascript.validate.enable": false, | ||
|
||
"eslint.enable": true, | ||
"tslint.enable": true, | ||
"files.associations": { | ||
"*.spec": "gauge", | ||
"*.cpt": "gauge" | ||
} | ||
} | ||
"eslint.enable": true, | ||
"tslint.enable": true, | ||
"files.associations": { | ||
"*.spec": "gauge", | ||
"*.cpt": "gauge" | ||
}, | ||
"editor.formatOnSaveMode": "modificationsIfAvailable" | ||
} |
Oops, something went wrong.