mtcute/.prettierrc

20 lines
493 B
Text
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
2023-09-24 01:32:22 +03:00
"printWidth": 120,
2021-04-08 12:19:38 +03:00
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
2023-09-24 01:32:22 +03:00
"trailingComma": "all",
2021-04-08 12:19:38 +03:00
"useTabs": false,
"vueIndentScriptAndStyle": false
}