5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 02:49:29 +08:00
wails/website/prettier.config.js
2023-05-30 07:40:54 +10:00

12 lines
164 B
JavaScript

module.exports = {
overrides: [
{
files: "**/*.{md,mdx}",
options: {
printWidth: 80,
proseWrap: "always",
},
},
],
};