Skip to content

Commit

Permalink
fix: default indent for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed May 15, 2024
1 parent b1d5a48 commit 42c9442
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 @@ -13,3 +13,6 @@ insert_final_newline = true

[*.{yml,yaml}]
indent_style = space

[*.md]
indent_style = space

0 comments on commit 42c9442

Please sign in to comment.