mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
15 lines
301 B
JSON
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"
|
|
}
|