Use two spaces to indent lists in markdown

We were already doing it in the `docs/` folder, and this is consistent
with the indentations we use in prettly much every programming language.
This commit is contained in:
Javi Martín
2024-05-10 19:14:50 +02:00
parent da1bac3638
commit 3a173fdb0b
3 changed files with 8 additions and 6 deletions

View File

@@ -5,3 +5,5 @@ exclude_rule "MD029"
exclude_rule "MD040" exclude_rule "MD040"
exclude_rule "MD041" exclude_rule "MD041"
exclude_rule "MD046" exclude_rule "MD046"
rule "MD007", indent: 2

View File

@@ -10,9 +10,9 @@ The prefered way to report any bug is [opening an issue in the project's repo](h
* Try to use a descriptive and to-the-point title * Try to use a descriptive and to-the-point title
* It's a good idea to include some of these sections: * It's a good idea to include some of these sections:
* Steps to reproduce the bug * Steps to reproduce the bug
* Expected behaviour/response * Expected behaviour/response
* Actual response * Actual response
* Sometimes it is also helpful if you mention your operating system, browser version and installed plugins. * Sometimes it is also helpful if you mention your operating system, browser version and installed plugins.
Thanks! :heart: :heart: :heart: Thanks! :heart: :heart: :heart:

View File

@@ -10,9 +10,9 @@ El método preferido para informar sobre una incidencia en el proyecto es [crean
* Trata de darle un título descriptivo (algo más que "xxx no funciona"). * Trata de darle un título descriptivo (algo más que "xxx no funciona").
* Es buena idea incluir las siguientes secciones: * Es buena idea incluir las siguientes secciones:
* Pasos que se han realizado para producir la incidencia * Pasos que se han realizado para producir la incidencia
* Lo que se esperaba que pasara * Lo que se esperaba que pasara
* Lo que ha pasado * Lo que ha pasado
* También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados. * También es buena idea que incluyas tu sistema operativo, navegador, versión de navegador y plugins instalados.
¡Gracias! :heart: :heart: :heart: ¡Gracias! :heart: :heart: :heart: