Files
synapse-admin/.prettierrc
T

12 lines
210 B
Plaintext
Raw Normal View History

2020-01-27 14:57:27 +01:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
2020-05-04 19:25:22 +02:00
"jsxBracketSameLine": false,
"arrowParens": "avoid",
2020-01-27 14:57:27 +01:00
}