DEBSOURCES
Skip Quicknav
sources / golang-github-withfig-autocomplete-tools / 0.0~git20241029.747689a%2Bds-2 / .prettierrc.js
1234567
/** @type {import("prettier").Config} */ module.exports = { printWidth: 100, singleQuote: false, semi: true, trailingComma: "es5", };