--- a/doc/dev/coding_standards_js.rst Tue Feb 12 14:59:42 2019 +0100
+++ b/doc/dev/coding_standards_js.rst Tue Feb 12 15:51:21 2019 +0100
@@ -7,11 +7,11 @@
Indentation rules
~~~~~~~~~~~~~~~~~
-- espace avant accolade ouvrante
+
+- one space before an opening curly bracket ({)
-- retour à la ligne après accolade ouvrante (éventuellement pas
- de retour à la ligne s'il y a tout sur la même ligne, mais ce n'est
- pas le cas ici.
+- line break after a closing curly bracket (}) (possibly no line break if
+ everything is on the same line)
- no tabs
@@ -34,4 +34,4 @@
See also
~~~~~~~~
-http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
\ No newline at end of file
+http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml