Files
ohif-viewer/modes/segmentation/.prettierrc
2025-03-07 13:47:44 +07:00

12 lines
214 B
Plaintext

{
"trailingComma": "es5",
"printWidth": 100,
"proseWrap": "always",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"singleAttributePerLine": true,
"endOfLine": "auto"
}