Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sweber1
Copy link
Contributor

@sweber1 sweber1 commented Aug 14, 2024

Noticed a table in exe/feature.h was mangled. Happened when clang-format options where simplified in #1950.

This reverts it to what it used to look like:

// -----------------------------------------------------------------------------------
// | | ImageReaderOptions |
// | CameraMode | single_camera | single_camera_per_folder | single_camera_per_image |
// |------------|---------------|--------------------------|-------------------------|
// | AUTO | false | false | false |
// | SINGLE | true | false | false |
// | PER_FOLDER | false | true | false |
// | PER_IMAGE | false | false | true |
// -----------------------------------------------------------------------------------
and turns off clang-format for those lines.

@ahojnnes
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants