Files
morten-olsen.github.io/.prettierrc.json
Morten Olsen 7adf03c83f cleanup
2023-03-28 08:10:46 +02:00

15 lines
301 B
JSON

{
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": false,
"printWidth": 100,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "css",
"bracketSpacing": true,
"quoteProps": "as-needed",
"trailingComma": "all"
}