feat(formatter/deadnix): ignore _ bindings
a bit more mercy :-)
This commit is contained in:
parent
7c08a002cf
commit
1ac1cb45b4
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@
|
||||||
formatter = {
|
formatter = {
|
||||||
deadnix = {
|
deadnix = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
options = [ "--no-underscore" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixfmt = {
|
nixfmt = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue