ohif-viewer/.prettierrc
2019-05-29 08:37:35 -04:00

10 lines
151 B
Plaintext

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