Run `nix fmt` at the root of the repository to format all files. I've done this on my fork and this will help me merge your changes later without having to deal with un-formatted files.
7 lines
76 B
Nix
7 lines
76 B
Nix
{
|
|
plugins = {
|
|
indent-blankline = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|