modules/neoformat: change pattern type to commas

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-17 02:25:00 +03:00
parent 6c6b14e688
commit 030b20da7d
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2

View File

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