This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a96d29  Update STYLEGUIDE.md
8a96d29 is described below

commit 8a96d29b57336f79a07d1b3310a136c8bd1d0537
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Nov 18 18:13:04 2021 +0100

    Update STYLEGUIDE.md
---
 docs/STYLEGUIDE.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/docs/STYLEGUIDE.md b/docs/STYLEGUIDE.md
index 80d88cf..630394c 100644
--- a/docs/STYLEGUIDE.md
+++ b/docs/STYLEGUIDE.md
@@ -1,12 +1,10 @@
 # Development style guide
 
 ## ECMAScript Standards
-Foal uses ECMAScript 9th edition (2018) as the base scripting language for the 
browser interface.
-All global variables must be declared with `G_` prepended, such as: `G_APIURL` 
or `G_current_json`
+- Foal uses ECMAScript 9th edition (2018) as the base scripting language for 
the browser interface.
+- All global variables must be declared with `G_` prepended, such as: 
`G_APIURL` or `G_current_json`
 
 ## Python Standards
-Foal requires Python 3.7 or above, following the PEP8 specifications with a 
120 character maximum per line.
-
-Linting can be done using [Black](https://github.com/psf/black/): `black -l 
120 foo.py`
-
-All code should be typed and is checked with 
[mypy](https://github.com/python/mypy/)
+- Foal requires Python 3.7 or above, following the PEP8 specifications with a 
120 character maximum per line.
+  - Automatic linting of new code can be done using 
[Black](https://github.com/psf/black/): `black -l 120 foo.py`
+- All code should be typed and is checked with 
[mypy](https://github.com/python/mypy/)

Reply via email to