third_party_vulkan-loader/tests/.clang-format
Mark Lobodzinski 26ba91a308 tests: Add clang-format config file
Change-Id: I265cffaf708244d5b268018aa47fc869facce6fd
2016-09-08 10:44:56 -06:00

7 lines
133 B
YAML

---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 132
...