Files
synapse-admin/.prettierrc
T

12 lines
209 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-04-06 11:42:49 +02:00
"jsxBracketSameLine": false,
2022-01-31 17:24:37 +01:00
"arrowParens": "avoid"
2020-01-27 14:57:27 +01:00
}