This commit is contained in:
Cynthia Foxwell 2025-01-18 23:53:12 -07:00
parent 2ca4b14c52
commit dea1b93766
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk
5 changed files with 68 additions and 3 deletions

View file

@ -2,5 +2,6 @@
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf",
"printWidth": 120
"printWidth": 120,
"tabWidth": 2
}