ms-rest-nodeauth/.prettierrc.json

10 строки
197 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"printWidth": 100,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none"
}