module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
printWidth: 120,
tabWidth: 2,
useTabs: false,
endOfLine: "lf",
};