Add clang-format file, tweak style-check.sh
authorBrenden Blanco <bblanco@plumgrid.com>
Tue, 19 Apr 2016 21:14:42 +0000 (14:14 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Tue, 19 Apr 2016 21:51:24 +0000 (14:51 -0700)
commitd3d2a5735454c57e3c5db8f92022bb0e85e15949
treedd5afc82875fe388d5a72fff93baf05c49fba888
parent581fc7d006b998f43da04569cbc19e24bfc679f2
Add clang-format file, tweak style-check.sh

Add an initial .clang-format file, based on LLVM's style base. Inform
the style-check wrapper to only consider h, c, and cc files when it
runs, and print out the --verbose output upon failure.
.clang-format [new file with mode: 0644]
scripts/style-check.sh