openflexure-microscope-server/webapp/.prettierrc.json
2026-03-09 16:18:45 +00:00

8 lines
No EOL
129 B
JSON

{
"trailingComma": "all",
"semi": true,
"singleQuote": false,
"printWidth": 100,
"tabWidth": 2,
"endOfLine": "auto"
}