mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 22:47:03 +00:00
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
module.exports = {
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
endOfLine: "lf",
|
|
};
|