ohif-viewer/.prettierrc

13 lines
260 B
Plaintext
Raw Normal View History

2019-04-25 21:30:46 +02:00
{
"plugins": ["prettier-plugin-tailwindcss"],
2019-04-25 21:30:46 +02:00
"trailingComma": "es5",
"printWidth": 100,
2019-04-25 21:30:46 +02:00
"proseWrap": "always",
"tabWidth": 2,
2019-05-29 14:37:35 +02:00
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"singleAttributePerLine": true,
"endOfLine": "auto"
2019-04-25 21:30:46 +02:00
}