mirror of
https://github.com/spf13/viper
synced 2025-05-11 22:57:21 +00:00
7 lines
120 B
Makefile
7 lines
120 B
Makefile
|
SHELL=/bin/bash -o pipefail
|
||
|
|
||
|
# Formats the code
|
||
|
.PHONY: format
|
||
|
format:
|
||
|
goreturns -w -local github.com/ory $$(listx .)
|