Explorar el Código

Add comment about trailing whitespace in Markdown

Related to #88 (Github Pull Request)
pull/90/head
Slavi Pantaleev hace 7 años
padre
commit
d5a0f562ba
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      .editorconfig

+ 3
- 0
.editorconfig Ver fichero

@@ -20,5 +20,8 @@ indent_style = space
indent_size = 2

# Markdown Files
#
# Two spaces at the end of a line in Markdown mean "new line",
# so trimming trailing whitespace for such files can cause breakage.
[*.md]
trim_trailing_whitespace = false

Cargando…
Cancelar
Guardar