Yufan You

Results 268 comments of Yufan You

> 嗨,你可以(应该)在 `develop` 分支做 PR 😉 可是没有这个分支啊

Sorry,是 stale branch 被 GitHub 隐藏了

> [hackerb9/lsix](https://github.com/hackerb9/lsix) lsix requires sixel.

I think it's easy to use [QSettings](https://doc.qt.io/qt-5/qsettings.html) and apply the settings to the editor by yourself.

I think you mean providing a preference window, but your application may have a preference window, and it's strange to have two.

I think using QSettings is not much harder than calling the responding functions like `setTabReplaceSize()`, so I believe you mean the preference window.

Oh, is that something like `.clang-format`? Sorry for that, I didn't read . However, the name "EditorConfig" is really confusing.

So (how) is EditorConfig better than Clang Format?

I forked and not send PR basically because: 1. The upstream author seldom updates. 2. I don't know the contribution rules, so I just ignore everything and do what I...