https://bugs.kde.org/show_bug.cgi?id=415913

--- Comment #1 from Scott Deagan <scott.dea...@gmail.com> ---
This issue should be closed as it looks like it's an uncrustify issue instead
of a KDevelop issue. The same incorrect formatting can be generated from the
terminal using:

cat filename.cpp | uncrustify -c myconf.cfg

The file I'm using to test formatting on is classes/SimpleDate.cpp from:
https://github.com/syddel/simple-date.

cat classes/SimpleDate.cpp | uncrustify -c myconfig.cfg

produces incorrect output (same as formatting in KDevelop), while:

uncrustify -c myconfig.cfg -f classes/SimpleDate.cpp

produces correct (expected/desired) output.

How can I close this bug? Should I just mark it as "Resolved"?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to