5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Apply automated code formatting
|
|
make -C $(git rev-parse --show-toplevel) style
|