-
Notifications
You must be signed in to change notification settings - Fork 460
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
C/C++ support #232
Comments
I provided an example use case. Feedback is welcome. |
Formatting accomplished with #295. |
The usage of IncludeOrganizer as it is provided by CDT is not an option.
All in all it seems a better idea to implement an own organizer similar to the Spotless Java Import sorter. |
I try to keep the issues in-sync with our releases, but I missed this one! We have had C/C++ support since:
It seems like a missing piece is an include organizer. One option is to build one from scratch, another would be to use clang-format (#475), and follow it up with |
As of |
I would like to provide C/C++ formatting support.
The following features shall be initially provided:
ImportOrderStep
The text was updated successfully, but these errors were encountered: