fzf404
Results
33
comments of
fzf404
新版可以采取这种画布大小设置方式,重构已经在计划中了,这月末争取上线新本。
欢迎来提更多的建议!
When using a personal prettier configuration I found a solution. [fzf404/prettier-config](https://github.com/fzf404/prettier-config) ```jsonc overrides: [ { files: 'pnpm-lock.yaml', options: { rangeEnd: 0, // default: Infinity }, }, ] ``` Use this...