Skip to content

.clang_format file in wiki is not in the correct format #22960

@feuerste

Description

@feuerste

Descripe the doc issue

https://github.com/opencv/opencv/wiki/.clang_format has an invalid entry SortIncludes: Never. According to https://releases.llvm.org/12.0.0/tools/clang/docs/ClangFormatStyleOptions.html it must be a bool, e.g.:

SortIncludes: false

Fix suggestion

Replace SortIncludes: Never with SortIncludes: false.
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions