mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
module.exports = {
|
|
plugins: [require("prettier-plugin-tailwindcss")],
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
endOfLine: "lf",
|
|
};
|