editorconfig: Indent markdown with tabs

Since I now use Logseq for personal knowledge management, it's easier to
make all markdown files use tabs by default.
This commit is contained in:
Donovan Glover 2023-03-19 14:07:08 -04:00
parent 843a6dd824
commit d8181108e4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,10 @@ indent_size = 2
indent_style = space
trim_trailing_whitespace = true
# Use tab indentation for Logseq
[*.md]
indent_style = tab
# Use tab indentation (with size 4) for the following files
[Makefile]
indent_style = tab