jokes-bapak2/client/.prettierrc

12 lines
206 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",
2023-08-12 05:26:05 +00:00
"printWidth": 120,
"plugins": ["prettier-plugin-svelte"]
2021-07-09 03:50:38 +00:00
}