.editorconfig: markdown uses spaces

This commit is contained in:
Aminda Suomalainen 2023-02-21 19:32:11 +02:00
parent f5182d90f9
commit 5106f8d98e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -29,6 +29,9 @@ indent_size = 2
# never seem to do that, maybe I should accept it # never seem to do that, maybe I should accept it
[*.{markdown,md}] [*.{markdown,md}]
trim_trailing_whitespace = false trim_trailing_whitespace = false
# Prettier seems to believe spaces are the only way to markdown
indent_style = space
indent_size = 2
# Nim https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions # Nim https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions
[*.nim] [*.nim]