ng-turkey/ngx-context

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
// Place your settings in this file to overwrite default and user settings.
{
  "breadcrumbs.enabled": true,
  "editor.formatOnPaste": false,
  "editor.formatOnSave": true,
  "editor.suggest.localityBonus": true,
  "editor.tabCompletion": "on",
  "editor.tabSize": 2,
  "files.insertFinalNewline": true,
  "files.trimFinalNewlines": true,
  "git.autofetch": true,
  "git.branchValidationRegex": "^((fix|feature)/([A-Za-z0-9]+(-[A-Za-z0-9]+)*/)?[A-Za-z0-9]+(-[A-Za-z0-9]+)+)$",
  "git.confirmSync": false,
  "git.enableSmartCommit": true,
  "git.fetchOnPull": true,
  "gitblame.commitUrl": "https://github.com/ng-turkey/ngx-context/commit/${hash}",
  "gitblame.ignoreWhitespace": true,
  "html.format.endWithNewline": true,
  "html.format.indentHandlebars": true,
  "html.format.wrapAttributes": "force-expand-multiline",
  "javascript.preferences.quoteStyle": "single",
  "javascript.referencesCodeLens.enabled": true,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "markdown.preview.fontFamily": "Arial, sans-serif",
  "markdown.preview.lineHeight": 1.42857142857143,
  "prettier.printWidth": 90,
  "prettier.singleQuote": true,
  "prettier.tabWidth": 2,
  "prettier.trailingComma": "all",
  "search.smartCase": true,
  "typescript.autoClosingTags": false,
  "typescript.preferences.quoteStyle": "single",
  "typescript.referencesCodeLens.enabled": true,
  "typescript.updateImportsOnFileMove.enabled": "always",
  "workbench.statusBar.feedback.visible": false,
  "files.exclude": {
    "**/*.ico": true,
    "**/*.map": true,
    "**/*.phar": true,
    "**/*.png": true,
    "**/*.svg": true,
    "**/*.zip": true
  },
  "files.watcherExclude": {
    "**/.cache/**": true,
    "**/dist/**": true,
    "**/images/**": true,
    "**/img/**": true,
    "**/node_modules/**": true,
    "**/typings/": true
  },
  "search.exclude": {
    "**/.cache/**": true,
    "**/dist/**": true,
    "**/images/**": true,
    "**/img/**": true,
    "**/node_modules/": true,
    "**/typings/": true
  }
}