2022-09-30 05:39:11 +00:00

12 lines
200 B
Plaintext

{
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"endOfLine": "lf",
"arrowParens": "always"
}