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:
Donovan Glover 2023-08-01 12:11:18 -04:00
parent 7b8eec9d77
commit 075e1b6f13
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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;