dawn-cmake/third_party/vulkan-deps/vulkan-tools/src/.clang-format

9 lines
174 B
YAML

---
# Use defaults from the Google style with the following exceptions:
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 132
SortIncludes: false
...