{
  "files.exclude": {
    "node_modules": true,
    ".next": true
  },
  "editor.codeActionsOnSave": {
    "source.organizeImports": true,
    "source.fixAll": true
  },
  "editor.formatOnSave": true,
  "rewrap.wrappingColumn": 120
}
