astro-htaccess/.prettierrc.mjs

10 lines
179 B
JavaScript
Raw Permalink Normal View History

2024-08-30 19:50:06 +00:00
/** @type {import("prettier").Config} */
export default {
trailingComma: "all",
tabWidth: 2,
semi: true,
singleQuote: false,
printWidth: 120,
bracketSpacing: true,
};