deno.json 210 B

1234567891011121314
  1. {
  2. "fmt": {
  3. "options": {
  4. "useTabs": true,
  5. "lineWidth": 80,
  6. "indentWidth": 4,
  7. "singleQuote": false,
  8. "proseWrap": "preserve"
  9. }
  10. },
  11. "compilerOptions": {
  12. "noUncheckedIndexedAccess": true
  13. }
  14. }