Vulkan-Utility-Libraries/.clang-format
2023-03-22 16:36:06 +01:00

8 lines
174 B
YAML

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