6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format -style=file $@
|
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format -style=file $@
|