Files
Alex Holliday 846564a17e reorder routes
2025-07-21 10:34:04 -07:00

17 lines
348 B
Plaintext
Executable File

{
"printWidth": 150,
"useTabs": true,
"tabWidth": 2,
"singleQuote": false,
"bracketSpacing": true,
"proseWrap": "preserve",
"bracketSameLine": false,
"singleAttributePerLine": true,
"semi": true,
"jsxSingleQuote": false,
"quoteProps": "as-needed",
"arrowParens": "always",
"trailingComma": "es5",
"htmlWhitespaceSensitivity": "css"
}