Files
theme-earth/prettier.config.cjs
Ryan Wang ed652815b9 refactor: improve ui (#153)
优化整体的 UI 和布局。

```release-note
None
```
2024-07-08 09:05:23 +00:00

8 lines
137 B
JavaScript

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