This is the source code for geolatinas.github.io.
In order to use a standard style for the code we use prettier
.
You can run prettier
to check if the source files have the right style:
prettier --check index.html style.css
And you can use it to autoformat the files to follow the right style:
prettier --write index.html style.css
Be careful: files will be overwritten.
Alternatively you can use GNU make
to
run these tasks. For checking:
make check
and for autoformat:
make format
This work is licensed under a Creative Commons Attribution 4.0 International License.