<div dir="ltr"><div>To fix bugĀ 28203 and improve the includes sorting, I would like to add an includes grouping feature.</div><div><br></div><div>A 'GroupIncludes (bool)' format option could be added to group the includes per category.</div><div>The includes could be grouped with a empty line between every group.</div><div><br></div><div>Example priorities: system includes 3, boost 2, other 1</div><div>before:</div><div>#include <memory><br></div><div>#include <boost/make_shared.hpp></div><div>#include "Device.h"</div><div><br></div><div>after:</div><div><div>#include "Device.h"</div></div><div><br></div><div>#include <boost/make_shared.hpp></div><div><br></div><div>#include <memory></div><div><br></div><div>What do you think of the proposal?</div><div><br></div><div>Regards,</div><div><br></div><div>Wim</div></div>