PolyGerrit: Mention style guide used in the project

Change-Id: I669f0ec7fd11bd2acf4b5ee27d0772c039ce6d6b
This commit is contained in:
David Ostrovsky
2016-02-12 21:54:38 +01:00
committed by David Ostrovsky
parent 5042ed3109
commit 9ac674d18b

View File

@@ -65,3 +65,9 @@ If you need to pass additional arguments to `wct`:
```sh
WCT_ARGS='-p --some-flag="foo bar"' buck test --no-results-cache --include web
```
## Style guide
We follow the [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
with a few exceptions. When in doubt, remain consistent with the code around you.