mirror of
https://github.com/Traceworks2023/nxtgauge-frontend-solid.git
synced 2026-06-10 21:22:28 +00:00
11 lines
175 B
Text
11 lines
175 B
Text
|
|
{
|
||
|
|
"semi": true,
|
||
|
|
"singleQuote": false,
|
||
|
|
"tabWidth": 2,
|
||
|
|
"trailingComma": "es5",
|
||
|
|
"useTabs": false,
|
||
|
|
"printWidth": 100,
|
||
|
|
"arrowParens": "always",
|
||
|
|
"endOfLine": "lf"
|
||
|
|
}
|