ohif-viewer/.prettierrc
2019-04-25 15:30:46 -04:00

10 lines
152 B
Plaintext

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