mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
843a6dd824
commit
d8181108e4
@ -9,6 +9,10 @@ indent_size = 2
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
# Use tab indentation for Logseq
|
||||||
|
[*.md]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
# Use tab indentation (with size 4) for the following files
|
# Use tab indentation (with size 4) for the following files
|
||||||
[Makefile]
|
[Makefile]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
Loading…
Reference in New Issue
Block a user