module.exports = { // same options as rust-analyzer, otherwise defaults from prettier printWidth: 100, tabWidth: 2, useTabs: false, semi: true, singleQuote: false, quoteProps: "as-needed", trailingComma: "all", bracketSpacing: true, arrowParens: "always", singleAttributePerLine: false, };