aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJMcNab <[email protected]>2018-12-09 10:41:42 +0000
committerDJMcNab <[email protected]>2018-12-09 10:41:42 +0000
commit1e554d551f1510780377158fda8d86ff8c8266fe (patch)
tree10d5b97efa9a7fb10ddbda5e6eabd22d26250862
parent279ff4927ade19c51553ea36147605c6ff4347ae (diff)
Fix alignment of `.cargo/config`
-rw-r--r--.cargo/config10
1 files changed, 5 insertions, 5 deletions
diff --git a/.cargo/config b/.cargo/config
index 79f1dc389..afb569b75 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,10 +1,10 @@
1[alias] 1[alias]
2# Automatically generates the ast and syntax kinds files 2# Automatically generates the ast and syntax kinds files
3gen-syntax = "run --package tools -- gen-syntax" 3gen-syntax = "run --package tools -- gen-syntax"
4gen-tests = "run --package tools -- gen-tests" 4gen-tests = "run --package tools -- gen-tests"
5install-code = "run --package tools -- install-code" 5install-code = "run --package tools -- install-code"
6format = "run --package tools -- format" 6format = "run --package tools -- format"
7format-hook = "run --package tools -- format-hook" 7format-hook = "run --package tools -- format-hook"
8 8
9render-test = "run --package ra_cli -- render-test" 9render-test = "run --package ra_cli -- render-test"
10parse = "run --package ra_cli -- parse" 10parse = "run --package ra_cli -- parse"