The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xrt: Change number of columns to 120

+1 -1
+1 -1
src/xrt/.clang-format
··· 25 25 NamespaceIndentation: Inner 26 26 27 27 # Line length/reflow 28 - ColumnLimit: 80 28 + ColumnLimit: 120 29 29 ReflowComments: true 30 30 31 31