Files
social-media/frontend/.prettierrc

15 lines
309 B
Plaintext

{
"useTabs": false,
"tabWidth": 4,
"printWidth": 120,
"semi": true,
"singleQuote": true,
"singleAttributePerLine": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"vueIndentScriptAndStyle": true,
"endOfLine": "lf"
}