ohif-viewer/extensions/ohif-dicom-html-extension/.prettierrc
2019-06-20 23:30:16 -04:00

10 lines
151 B
Plaintext

{
"trailingComma": "es5",
"printWidth": 80,
"proseWrap": "always",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"endOfLine": "lf"
}