{
  "editor.tabSize": 2,
  "eslint.alwaysShowStatus": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll": true
  },
  "editor.foldingStrategy": "indentation",
  "editor.formatOnSave": true,
  "cSpell.ignoreWords": ["ovapi", "immer", "tsbuildinfo"]
}
