aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14a2e2c..f962113 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ benchmark:
swift package benchmark --target ParseBenchmarkTarget
format:
+ swift-format --in-place --recursive Sources Tests
swiftlint --fix Sources Tests
lint: