Skip to content

Commit

Permalink
editorconfig: add style for markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Aug 25, 2023
1 parent dd78be7 commit cdb148a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ insert_final_newline = unset
indent_style = space
indent_size = 2

[*.md]
indent_style = space

[*.py]
indent_style = space
indent_size = 4
Expand Down

0 comments on commit cdb148a

Please sign in to comment.