mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +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;
|
||||
};
|
||||
|
||||
"*.md" = {
|
||||
indent_style = "tab";
|
||||
};
|
||||
|
||||
"Makefile" = {
|
||||
indent_style = "tab";
|
||||
indent_size = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user