Add code stye recommendations to the doc

This commit is contained in:
Bat 2018-09-01 21:34:05 +01:00
parent e752c2a4de
commit 93cb70455d

View file

@ -75,3 +75,13 @@ msgstr[1] ""
```
And that's it! Once these new messages will have been translated, they will correctly be displayed in the requested locale!
## Code Style
For Rust, use the standard style. `rustfmt` can help you keeping your code clean.
For CSS, the only rule is to use One True Brace Style.
For JavaScript, we use [the JavaScript Standard Style](https://standardjs.com/).
For HTML/Tera templates, we use HTML5 syntax.