mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"jsxBracketSameLine": true,
|
|
"endOfLine": "lf"
|
|
}
|