Skip to content

Commit

Permalink
.editorconfig: Use spaces for .md files
Browse files Browse the repository at this point in the history
While editing `readme.md` for chalkGH-17, I noticed that VS Code was
formatting lines with tabs for indentation and that it looked bad in the
diffs, because it wasn't matching the existing lines.

Ths updates `.editconfig` so that it uses spaces for indentation in
Markdown files, which seems to match what has been used.
  • Loading branch information
msabramo committed Sep 13, 2021
1 parent 932d798 commit 376b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
[*.{md,yml}]
indent_style = space
indent_size = 2

0 comments on commit 376b63b

Please sign in to comment.