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

9 lines
174 B
Plaintext
Raw Normal View History

2022-05-08 21:42:07 -07:00
---
# Use defaults from the Google style with the following exceptions:
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 132
SortIncludes: false
...