xref: /aosp_15_r20/external/libultrahdr/.clang-format (revision 89a0ef05262152531a00a15832a2d3b1e3990773)
1# Run manually to reformat a file:
2# clang-format -i --style=file <file>
3
4Language:        Cpp
5BasedOnStyle: Google
6ColumnLimit: 100
7SortIncludes: false
8