diff options
author | DJMcNab <[email protected]> | 2018-12-09 10:41:42 +0000 |
---|---|---|
committer | DJMcNab <[email protected]> | 2018-12-09 10:41:42 +0000 |
commit | 1e554d551f1510780377158fda8d86ff8c8266fe (patch) | |
tree | 10d5b97efa9a7fb10ddbda5e6eabd22d26250862 /.cargo/config | |
parent | 279ff4927ade19c51553ea36147605c6ff4347ae (diff) |
Fix alignment of `.cargo/config`
Diffstat (limited to '.cargo/config')
-rw-r--r-- | .cargo/config | 10 |
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 |
3 | gen-syntax = "run --package tools -- gen-syntax" | 3 | gen-syntax = "run --package tools -- gen-syntax" |
4 | gen-tests = "run --package tools -- gen-tests" | 4 | gen-tests = "run --package tools -- gen-tests" |
5 | install-code = "run --package tools -- install-code" | 5 | install-code = "run --package tools -- install-code" |
6 | format = "run --package tools -- format" | 6 | format = "run --package tools -- format" |
7 | format-hook = "run --package tools -- format-hook" | 7 | format-hook = "run --package tools -- format-hook" |
8 | 8 | ||
9 | render-test = "run --package ra_cli -- render-test" | 9 | render-test = "run --package ra_cli -- render-test" |
10 | parse = "run --package ra_cli -- parse" | 10 | parse = "run --package ra_cli -- parse" |