tests: Add clang-format config file

Change-Id: I265cffaf708244d5b268018aa47fc869facce6fd
This commit is contained in:
Mark Lobodzinski 2016-09-07 16:05:48 -06:00
parent e36ae959d4
commit 26ba91a308

6
tests/.clang-format Normal file
View File

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