setup: 
	@echo "\n\nInstalling swiftformat"
	@echo "======================"
	brew install swiftformat

format:
	swiftformat . --config .swiftformat
