friendica/view/theme/frio/.prettierrc
2021-01-21 18:16:22 -05:00

13 lines
219 B
Plaintext

{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
}