mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-07 08:55:24 +01:00
editorconfig: add back indent_size rules
Actually necessary to prevent indent lines from occasionally showing up as 2 instead of 4. Also fixes shiftwidth.
This commit is contained in:
parent
086b21c312
commit
911547d78c
@ -11,6 +11,14 @@
|
||||
indent_style = "space";
|
||||
trim_trailing_whitespace = true;
|
||||
};
|
||||
|
||||
"*.md" = {
|
||||
indent_size = 4;
|
||||
};
|
||||
|
||||
"*.rs" = {
|
||||
indent_size = 4;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user