mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 22:47:03 +00: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",
|
|
};
|