summaryrefslogtreecommitdiff
path: root/thirdparty/openxr/src/.clang-format
blob: 36546cab927b3b4dc2c9ff44cf4c0b3f700dd2c4 (plain)
1
2
3
4
5
6
7
8
9
10
---
# Copyright (c) 2017-2022, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Use defaults from the Google style with the following exceptions:
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 132
SortIncludes: false
...