mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-22 20:00:39 +00:00
5b0f3a1c55
oxfmt is a project from the OXC toolchain, similar to OXLint. It is based on the Rust-built 'oxidation compiler' and has increased performance compared to Prettier which is built in plain JS. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
12 lines
213 B
JSON
12 lines
213 B
JSON
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 100
|
|
}
|