{
  "workbench.colorCustomizations": {
    "titleBar.activeBackground": "#8a7413",
    "titleBar.inactiveBackground": "#8a7413"
  },
  "editor.formatOnSave": true,
  "editor.insertSpaces": true,
  "editor.tabSize": 2,
  "editor.codeActionsOnSave": {
    "source.organizeImports": false,
    "source.fixAll": true
  },
  "files.eol": "\n",
  "files.insertFinalNewline": true,
  "html.format.wrapAttributes": "force"
}
