chore: Add formatting rules

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-03-02 17:54:46 +01:00
parent 3535097032
commit 4daf625571
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 10 additions and 1 deletions

View File

@ -6,5 +6,14 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"fmt": {
"exclude": [
"output"
],
"useTabs": false,
"lineWidth": 80,
"indentWidth": 4,
"proseWrap": "preserve"
}
}