mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
.editorconfig: markdown uses spaces
This commit is contained in:
parent
f5182d90f9
commit
5106f8d98e
@ -29,6 +29,9 @@ indent_size = 2
|
||||
# never seem to do that, maybe I should accept it
|
||||
[*.{markdown,md}]
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user