Files
dsc-api/.prettierrc
T
2025-01-19 09:35:47 +03:30

10 lines
157 B
Plaintext

{
"singleQuote": false,
"trailingComma": "all",
"endOfLine": "auto",
"printWidth": 140,
"arrowParens": "always",
"semi": true,
"tabWidth": 2
}