modules/neoformat: change pattern type to commas
This commit is contained in:
parent
3bc8466912
commit
6c6b14e688
1 changed files with 1 additions and 1 deletions
|
@ -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 = "*";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue