-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EditorConfig Support #35
Comments
I think it's easy to use QSettings and apply the settings to the editor by yourself. |
Right, it supports the file format. But why have everyone else implement this feature instead of just adding it to the library? |
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 |
I don't mean having a preference window, I just mean a function like this:
The file is not really a user settings file. It's dropped into git repositories to help consistency in the project's indentation style. |
Oh, is that something like |
So (how) is EditorConfig better than Clang Format? |
Yes, it's very similar to I wouldn't say that it's better. I've only ever used If there's anything |
* feat: Press Escape key to cancel select * Address review comments
This would probably be a bit of work, but would certainly be a nice-to-have. I think Qt supports this type of config file as well, so hopefully that'd reduce the required work.
In case anyone is unfamiliar, this is EditorConfig.
The text was updated successfully, but these errors were encountered: