modules/neoformat: change pattern type to commas

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-17 02:24:00 +03:00
parent 3bc8466912
commit 6c6b14e688
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -26,7 +26,7 @@ let cfg = config.plugins.style.neoformat; in
autoformat = { autoformat = {
enable = mkEnableOption "Autoformat on save file"; enable = mkEnableOption "Autoformat on save file";
pattern = { pattern = {
type = either str commas; type = types.commas;
default = "*"; default = "*";
}; };
}; };