jokes-bapak2/client/.prettierrc

11 lines
174 B
Plaintext
Raw Normal View History

2021-07-09 03:50:38 +00:00
{
2023-08-12 05:34:08 +00:00
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120
2021-07-09 03:50:38 +00:00
}