Files
dl/third/ktx/.clang-format
T
2026-09-16 14:07:40 +08:00

14 lines
321 B
YAML
Vendored

# Copyright 2024 The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
---
# Use defaults from the Google style with the following exceptions:
Language: Cpp
BasedOnStyle: Google
IndentWidth: 4
IndentCaseLabels: false
AccessModifierOffset: -2
ColumnLimit: 100
SortIncludes: false
IndentPPDirectives: BeforeHash
...