mirror of
https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
synced 2025-05-14 08:48:39 +00:00
14 lines
320 B
YAML
14 lines
320 B
YAML
# Copyright 2023 The Khronos Group Inc.
|
|
# Copyright 2023 Valve Corporation
|
|
# Copyright 2023 LunarG, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
---
|
|
# Use defaults from the Google style with the following exceptions:
|
|
BasedOnStyle: Google
|
|
IndentWidth: 4
|
|
AccessModifierOffset: -2
|
|
ColumnLimit: 132
|
|
SortIncludes: false
|
|
...
|