summaryrefslogtreecommitdiffstats
path: root/thirdparty/openxr/src/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/openxr/src/.clang-format')
-rw-r--r--thirdparty/openxr/src/.clang-format10
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/openxr/src/.clang-format b/thirdparty/openxr/src/.clang-format
deleted file mode 100644
index 36546cab92..0000000000
--- a/thirdparty/openxr/src/.clang-format
+++ /dev/null
@@ -1,10 +0,0 @@
----
-# 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
-...