mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-06-23 04:10:17 +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>
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true,
|
|
"arrowParens": "always"
|
|
}
|