]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/cfmt.sh
Begin working with C
[dotfiles.git] / bin / bin / cfmt.sh
1 #!/bin/sh
2
3 clang-format60 -style="{BasedOnStyle: llvm, IndentWidth: 4}" $@