mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 14:39:43 +01:00
neovim: Don't use tabs for markdown
Not needed since I don't edit logseq files directly nearly as often.
This commit is contained in:
parent
7b8eec9d77
commit
075e1b6f13
@ -76,10 +76,6 @@ in
|
|||||||
trim_trailing_whitespace = false;
|
trim_trailing_whitespace = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
"*.md" = {
|
|
||||||
indent_style = "tab";
|
|
||||||
};
|
|
||||||
|
|
||||||
"Makefile" = {
|
"Makefile" = {
|
||||||
indent_style = "tab";
|
indent_style = "tab";
|
||||||
indent_size = 4;
|
indent_size = 4;
|
||||||
|
Loading…
Reference in New Issue
Block a user