12 lines
343 B
Bash
Executable File
12 lines
343 B
Bash
Executable File
#!/bin/sh
|
|
#------------------------------------------------------------------------------
|
|
# written by: mcdaniel
|
|
# https://lawrencemcdaniel.com
|
|
#
|
|
# date: mar-2022
|
|
#
|
|
# usage: Runs terraform fmt -recursive
|
|
#------------------------------------------------------------------------------
|
|
|
|
pre-commit run --all-files
|