Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CLI11
  • scripts
  • check_style.sh
  • Check tidy and style separated
    1c7f8295
    Henry Fredrick Schreiner authored
    2017-11-20 18:07:13 -0500  
    Browse Code ยป
check_style.sh 160 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env sh
set -evx

clang-format --version

git ls-files -- '*.cpp' '*.hpp' | xargs clang-format -i -style=file

git diff --exit-code --color

set +evx