docs: Stop linking to removed whitespace section of style guide.

We should probably just encourage linting for this.
This commit is contained in:
Tim Abbott 2017-10-06 14:02:32 -07:00
parent 73e1c26c15
commit 630037967f
1 changed files with 4 additions and 4 deletions

View File

@ -457,10 +457,10 @@ restart itself or reload data appropriately when you make changes. So,
to see your changes, all you usually have to do is reload your
browser. More details on how this works are available below.
Don't forget to read through the [code style
guidelines](code-style.html#general) for details about how to configure your
editor for Zulip. For example, indentation should be set to 4 spaces rather
than tabs.
Zulip's whitespace rules are all enforced by linters, so be sure to
run `tools/lint` often to make sure you're following our coding style
(or use `tools/setup-git-repo` to run it on just the changed files
automatically whenever you commit).
#### Understanding run-dev.py debugging output