mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
21 lines
352 B
Plaintext
21 lines
352 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "lf",
|
|
"jsxBracketSameLine": false,
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": false,
|
|
"overrides": [
|
|
{
|
|
"files": "src/content/**/*.md",
|
|
"options": {
|
|
"semi": true
|
|
}
|
|
}
|
|
]
|
|
}
|