third_party_vulkan-loader/.clang-format
Mark Lobodzinski a6994b23ff repo: Change source style from LLVM to Google
Matches the source code style guide.

Change-Id: I9a1328ce8b500fa34336b52964dcb2c7fd16e17b
2017-01-26 15:45:50 -07:00

8 lines
149 B
YAML

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