editorconfig: include markdown specifications
The markdown files in this project use spaces instead of tabs and usually have an indent of 2.
This commit is contained in:
parent
0037e4bdf5
commit
61b4e5ef80
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ insert_final_newline = true
|
|||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue