jokes-bapak2/client/.prettierrc

11 lines
166 B
Plaintext
Raw Normal View History

2021-07-09 03:50:38 +00:00
{
2021-07-09 15:44:24 +00:00
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"semi": true,
"tabWidth": 2,
2021-07-09 03:50:38 +00:00
"singleQuote": true,
2021-07-09 15:44:24 +00:00
"trailingComma": "es5",
"printWidth": 120
2021-07-09 03:50:38 +00:00
}