ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.
https://www.ardanlabs.com
Apache License 2.0
3.59k stars 649 forks source link

makefile: use tab indentation consistently #404

Closed hallabro closed 4 months ago

hallabro commented 4 months ago

Viewing makefile on Github reveals that indentation is mixed, using both spaces and tab characters. This PR addresses this by consistently using the tab character (the dominant indentation in the file).

Screenshot 2024-07-07 of Personal — ultimate-software-design-with-kubernetesmakefile at master · hallabroultimate-software-design-with-kubernetes 000684@2x

ardan-bkennedy commented 4 months ago

Sweet!