mirror of https://github.com/citusdata/citus.git
update contributing (#3284)
parent
c2823c9349
commit
3422e79f97
|
@ -132,10 +132,9 @@ tool.
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you've done that, you can run the `citus_indent` command to recursively check and
|
Once you've done that, you can run the `make reindent` command from the top directory to recursively check and
|
||||||
correct the style of any source files in the current directory. You can also run `make
|
correct the style of any source files in the current directory. Under the hood, `make reindent` will run `citus_indent` and some
|
||||||
reindent` from within the Citus repo to correct the style of all source files in the
|
other style corrections for you.
|
||||||
repository.
|
|
||||||
|
|
||||||
### Making SQL changes
|
### Making SQL changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue